diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2021-09-16 17:31:16 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2021-09-16 17:31:16 +0300 |
commit | ed1bd774404b66b744ebe19dc2f63e15a36bb6d8 (patch) | |
tree | 26a26273b6dc285dae728a751815eef62cf122b5 | |
parent | 473e160f1df08847663aad6d9d3c667552d0f8a7 (diff) |
readme: add crontab example
-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 |