Moved to https://github.com/notrustverify/alephium-whales-watcher
1. pip install pipenv
2. pipenv install
3. cp .env.example .env (and adapt the values)
4. pipenv run python main.py
Basic: python3 main.py --no-bot --debug -t 1000 -tt 1000 -gt 10000
No message send on twitter or telegram (for debug purpose): python3 main.py --no-bot --debug -t 1000 -tt 1000 -gt 10000 -i 1
Parameter | Short | Default | Description |
---|---|---|---|
bot |
none | true |
Messages are send to Twitter and Telegram |
debug |
none | false |
Send message every second to Twitter and Telegram (for debug purpose) |
stats |
none | true |
Enable periodic insight messages |
threshold |
t |
10000 | threshold amount to send a message to Telegram |
tweetthreshold |
tt |
10000 | threshold amount to send a message to Twitter |
gatethreshold |
gt |
5000 | threshold amount detected on gate to send a message to Twitter and Telegram |
interval |
i |
120 | Interval between requests |
Note: for parameters bot
, debug
and stats
, negative parameters no-bot
, no-debug
and no-stats
are available