Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/javrasya/forarprov
https://github.com/javrasya/forarprov
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/javrasya/forarprov
- Owner: javrasya
- Created: 2021-06-17T23:26:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-21T16:25:40.000Z (over 3 years ago)
- Last Synced: 2024-11-18T03:34:54.821Z (about 1 month ago)
- Language: Python
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build
```bash
docker build . -t forarprov:latest
```# Run
```bash
docker run -it -d \
--name forarprov \
--env PLACES='Farsta,Sollentuna,Tullinge,Nynäshamn,Södertälje' \
--env SSN='' \
--env START='2021-06-18' \
--env END='2021-06-24' \
--env TELEGRAM_TOKEN='' \
forarprov:latest
```