flipdot / track-a-bike

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Track a Bike

Collects data from Rent a Bike.

Usage

docker run --name track-a-bike --rm --restart=unless-stopped -v $HOME/track-a-bike/:/data flipdot/track-a-bike collect

The data will be saved to $HOME/track-a-bike/xml/ and compressed every day.

TODO

  • Analyze data / create fancy graphs inside the docker image
  • Synchronize data with another server / S3 Bucket
  • Add command line options to track other cities, not just Kassel

About


Languages

Language:Python 87.2%Language:Shell 6.6%Language:Dockerfile 6.2%