blob: 3ed70ea60a8ba3ac470293c6d863070520c877a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# binance-announcements-scraping-bot
Fork of https://github.com/darroyolpz/Binance-Announcements.
- Fixed html markup parsing
- 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
|