diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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
\ No newline at end of file |