readme: add crontab example
This commit is contained in:
parent
473e160f1d
commit
ed1bd77440
12
README.md
12
README.md
@ -6,6 +6,18 @@ Fork of https://github.com/darroyolpz/Binance-Announcements.
|
||||
- Removed discord
|
||||
- Added Telegram notifications
|
||||
|
||||
## Usage
|
||||
|
||||
Crontab example, runs every four hours:
|
||||
|
||||
```
|
||||
MY_TELEGRAM_CHAT_ID=
|
||||
MY_TELEGRAM_TOKEN=""
|
||||
MY_STATE_FILE="$HOME/.binance-scraping-state"
|
||||
|
||||
0 */4 * * * /path/to/binance-announcements-scraping-bot/binance-announcements-scraping-bot.py
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
Loading…
x
Reference in New Issue
Block a user