Skip to main content

Create a SQLite database containing data from your Toggl account

Project description

toggl-to-sqlite

PyPI GitHub changelog Tests License

Create a SQLite database containing data from your Toggl account.

How to install

$ pip install toggl-to-sqlite

Usage

You will need to first obtain a valid API token for your toggl account. You can do this by running the auth command and following the prompts:

$ toggl-to-sqlite auth
You will need to get your API Token from this page

https://track.toggl.com/profile

Once you have your API Token enter it at the command line.

Authentication tokens written to auth.json

Now you can fetch all of your items from toggl like this:

$ toggl-to-sqlite fetch toggl.db

NB! By default toggl-to-sqlite only fetches data from the 25 previous days. As an alternative you can specify to get time_entries since a specific date. You do this by specifying the since option:

$ toggl-to-sqlite fetch -s 2021-03-13

You can choose to get only time_entries, projects, or workspaces by speciying a type in the argument like this.

To get ONLY your workspaces:

$ toggl-to-sqlite fetch -t workspaces toggl.db

To get your workspaces and projects:

$ toggl-to-sqlite fetch -t workspaces -t projects toggl.db

The default is to get all three of time_entries, projects, and workspaces

toggl-to-sqlite --help

Usage: toggl-to-sqlite [OPTIONS] COMMAND [ARGS]...

  Save Toggl data to a SQLite database

Options:
  --version  Show the version and exit.
  --help     Show this message and exit.

Commands:
  auth   Save authentication credentials to a JSON file
  fetch  Save Toggl data to a SQLite database

Using with Datasette

The SQLite database produced by this tool is designed to be browsed using Datasette. Use the datasette-render-timestamps plugin to improve the display of the timestamp values.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

toggl-to-sqlite-0.6.0.tar.gz (8.8 kB view details)

Uploaded Source

Built Distribution

toggl_to_sqlite-0.6.0-py3-none-any.whl (9.1 kB view details)

Uploaded Python 3

File details

Details for the file toggl-to-sqlite-0.6.0.tar.gz.

File metadata

  • Download URL: toggl-to-sqlite-0.6.0.tar.gz
  • Upload date:
  • Size: 8.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for toggl-to-sqlite-0.6.0.tar.gz
Algorithm Hash digest
SHA256 0f6a38d95159b8ca839292766d1014fb0bfa87e3c5aa31ba7088b85b57be22d0
MD5 8279d752eb322a4873b668fa542ba369
BLAKE2b-256 229cded7a460fd36251235799ebaccd705974868f1a619c5f7ac53afbf2eaffd

See more details on using hashes here.

File details

Details for the file toggl_to_sqlite-0.6.0-py3-none-any.whl.

File metadata

  • Download URL: toggl_to_sqlite-0.6.0-py3-none-any.whl
  • Upload date:
  • Size: 9.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for toggl_to_sqlite-0.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e20391306955da43cd0008dc4625d4f7e08f3251ced18ef2d23ec31fd4628d1b
MD5 c766f8131c58944837f08101d8b80736
BLAKE2b-256 3b02aa994c3ad6d0ac81fe29a4497b9da7147bd5cee5fb75b52726ddef6e4407

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page