Skip to main content

Track your life like a pro on Google Calendar via your terminal.

Project description

Lifelogger
==========

Track your life like a pro on Google Calendar via your terminal.


## Installation Instructions

1. Install with pip, the python package manager:
```sh
pip install lifelogger
```

2. Run for the first time, which should initialize the OAuth connection dialog.

```sh
lifelogger now "Started lifelogger"
```

You'll need to click through and accept the app on your Google account. After saying yes, switch back to the terminal and you should see:

```sh
Authentication successful.
```

Followed by:

```sh
Adding 0-minute event >> Started lifelogger
```

And then when that succeeds, a link to the event on the Google Calendar web interface. Congratulations, you can now create events on Google Calendar from your terminal!


## A Quick How-to

For a quick example, let's imagine you want to track your weight with `lifelogger`. It's up to you to develop rules for tracking what you want to, but the suggested system you use is one of hashtags (like on Twitter) to keep your records machine searchable but still quite human readable. `lifelogger` is also aware of common data formats and knows how to search them, so we can just enter our weight in kg

Imagine you've got your scales out, and you weigh yourself - let's record it on the calendar as a 0-minute event:

```sh
lifelogger now "#weight 80.0kg"
```

The event should be added straightforwardly.

Once you get going, you'll probably want to track things quickly, so you won't want to have to `cd` into the `lifelogger` directory every time. You can add an alias in your shell startup file (e.g. `~/.bashrc`, `~/.zshrc`) so that you can always run the command quickly. The recommended alias is `l` (which will be used for the rest of this how-to):

```sh
alias l=lifelogger
```

Now let's download the calendar for analysis. Run:

```sh
l download
```

At this point, you'll be prompted to tell `lifelogger` the private URL for your calendar (unfortunately there is no way to do this with the API). So follow the instructions, heading to the Google Calendar web interface and copying the URL from there. Once you've set that, the download should progress (can take a few seconds):

```sh
Downloading private iCal file...
Download successful!
Converting iCal file into sqlite database...
Imported 7175 events.
```

We've fetched your entire Google Calendar history locally and then converted into a database which can be used to query it quickly. It's good to do this regularly, so you have a backup of your data, as well as being able to analyze all of it (the analysis commands only run on the database version).

By the way, `lifelogger` only stores data in `~/.config/lifelogger`. If you want to erase the calendar file, database, and Google OAuth permissions, just delete the contents of that directory.

Let's run a quick search on all of our `#weight` events:

```sh
l list "#weight"
```

You should see a listing of all your events that match '#weight', with their date/time and the full information. There are plenty more commands to play with, including other options and ways to add events to your calendar, as well as query them in more interesting ways. Have a poke around in the source code to check it out!

Project details


Download files

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

Source Distributions

lifelogger-0.1.0.zip (15.2 kB view details)

Uploaded Source

lifelogger-0.1.0.tar.gz (9.5 kB view details)

Uploaded Source

File details

Details for the file lifelogger-0.1.0.zip.

File metadata

  • Download URL: lifelogger-0.1.0.zip
  • Upload date:
  • Size: 15.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for lifelogger-0.1.0.zip
Algorithm Hash digest
SHA256 501d3431a842199631cc932ced6dfb2a6202572dd63bf6479d5f19fe66649de7
MD5 c9832f817bde81bf383ea303539d0b8f
BLAKE2b-256 bfe86e3d30b714b3d400b4747ac58e14689ad289232040a0dc54b3d9f04702a4

See more details on using hashes here.

File details

Details for the file lifelogger-0.1.0.tar.gz.

File metadata

  • Download URL: lifelogger-0.1.0.tar.gz
  • Upload date:
  • Size: 9.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for lifelogger-0.1.0.tar.gz
Algorithm Hash digest
SHA256 e8db575f8466fdccb329f338c0fc47ece1b7f19daca3bfd3a2dbd4c39750ebe0
MD5 a338d180aa40a5c62e2e2553f9fde925
BLAKE2b-256 73b5b7c2742f48831efded96fb35a1914532467c9bfa762c5780f832f03c2c0b

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