An open API service indexing awesome lists of open source software.

https://github.com/mfa/pico-toggl


https://github.com/mfa/pico-toggl

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## Use Raspberry PI Pico for Timetracking

Blogpost: https://madflex.de/use-pico-track-time

### Setup

Copy .secrets.template to .secrets and fill in your configuration from .

Set the ip-address of the Flask instance before uploading the pico/main.py to the Pico.

Install the requirements:
```
pip install -r requirements.txt
```

### Running the Flask server
```
flask --app app.main run
```