https://github.com/mfa/pico-toggl
https://github.com/mfa/pico-toggl
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mfa/pico-toggl
- Owner: mfa
- Created: 2024-03-31T19:08:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-31T19:20:43.000Z (about 2 years ago)
- Last Synced: 2025-02-07T14:22:34.189Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```