8000 GitHub - test-infra/analysis-bot: A Telegram chatbot for data-driven analytics of crypto-market on Binance
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

test-infra/analysis-bot

 
 

Repository files navigation

Trading Analysis Bot

License

A Telegram chatbot for data-driven analytics of crypto-market on Binance.

Features

  • Altcoin analysis: Demand versus supply imbalance.
  • Market movement: Statistics, Indexes (Bletchley, CRIX).
  • Bitcoin metrics: NVT (Ratio/Signal), MVRV (Z-Score), Network momentum.
  • Newsflow: Curated articles, Project profiles.
  • Access control

Deployment

Local Machine

pip install -r requirements.txt
# For Windows
set TELEGRAM_TOKEN=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX 
set BINANCE_SECRET_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX 
set BINANCE_API_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
set TELEGRAM_ADMIN_USERNAME=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
python bot.py
# For Linux
export TELEGRAM_TOKEN=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX 
export BINANCE_SECRET_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX 
export BINANCE_API_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
export TELEGRAM_ADMIN_USERNAME=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
python bot.py

Heroku

# Initialize
heroku create trading-analysis-bot --buildpack heroku/python
heroku config:set TELEGRAM_TOKEN=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
heroku config:set BINANCE_SECRET_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX 
heroku config:set BINANCE_API_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
heroku config:set TELEGRAM_ADMIN_USERNAME=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
git push heroku master
heroku ps:scale bot=1 

Usage Examples

Administrator

/admin user
/admin add <user-name>
/admin remove <user-name>

Market Statistics

/m
#MARKET 
ALTS: 112 (+) 22 (-)
BTC: 58 (+) 87 (-)
USDⓈ: 11 (+) 66 (-)
BNB: 28 (+) 54 (-)
Sat Mar  2 19:31:57 2019

Market Monitoring

/x
#MARKET Last 10min
APPC (4569)  Buy 78.36  Sell 30.06 (+)
MITH (982)  Buy 23.73  Sell 23.89 (-)
LOOM (597)  Buy 8.25  Sell 2.47 (+)
DLT (444)  Buy 2.60  Sell 1.74 (+)
LUN (403)  Buy 2.13  Sell 5.63 (-)
REN (222)  Buy 1.25  Sell 4.50 (-)
LEND (220)  Buy 1.76  Sell 2.25 (-)
ZRX (213)  Buy 4.89  Sell 3.65 (+)
STEEM (212)  Buy 2.13  Sell 2.93 (-)
GO (184)  Buy 1.16  Sell 3.27 (-)
POLY (169)  Buy 2.75  Sell 2.04 (+)
ADA (155)  Buy 7.08  Sell 4.98 (+)
MDA (146)  Buy 0.71  Sell 6.68 (-)
IOTA (145)  Buy 0.77  Sell 2.82 (-)
WAVES (141)  Buy 2.94  Sell 1.29 (+)
BCHABC (135)  Buy 2.76  Sell 3.32 (-)
POE (128)  Buy 5.06  Sell 1.46 (+)
XLM (121)  Buy 2.41  Sell 1.95 (+)
QLC (110)  Buy 3.17  Sell 1.03 (+)

Supply and Demand Analysis

/t fet

Asset Analysis

/s fet
#FETUSDT 39,188,999.37 (52.65%)
P: 0.30930000 V: 12,489,154.73
30 mins: Buy 54,471.25, Sell 115,465.21
15 mins: Buy 17,700.61, Sell 63,930.01
5 mins: Buy 10.90, Sell 32.13
#FETBTC 31,886,561.00 (42.84%)
P: 0.00008003 V: 2,636.02
30 mins: Buy 18.80, Sell 34.01
15 mins: Buy 11.24, Sell 27.55
5 mins: Buy 0.00, Sell 0.14
#FETBNB 3,359,765.30 (4.51%)
P: 0.02221000 V: 79,102.74
30 mins: Buy 1,231.00, Sell 1,602.24
15 mins: Buy 493.52, Sell 505.07
5 mins: Buy 102.12, Sell 1.69

Newsflow

/n
*Newsflow*
💾 Opera announces crypto browser for iOS  ([url](https://messari.io/article/opera-announces-crypto-browser-for-ios))
🌩️ Tippin Lightning app on-boards over 14,000 users ([url](https://messari.io/article/tippin-lightning-app-on-boards-over-14-000-users))
📩 1Broker settles suits with SEC and CTFC ([url](https://messari.io/article/1broker-settles-suits-with-sec-and-ctfc))
🌪️ Coinbase hires AWS architect for staking and governance products ([url](https://messari.io/article/coinbase-hires-aws-architect-for-staking-and-governance-products))
🤷🏽‍♂️ Binance CEO claims Ripple's XRP is not a security ([url](https://messari.io/article/binance-ceo-claims-ripple-s-xrp-is-not-a-security))
❓  [Analysis] Opinion: some of the top cryptocurrencies aren’t really cryptocurrencies - Kyle Torpey ([url](https://messari.io/article/analysis-opinion-some-of-the-top-cryptocurrencies-aren-t-really-cryptocurrencies-kyle-torpey))
👍🏽 Cryptopia reopens exchange website in read-only mode ([url](https://messari.io/article/cryptopia-reopens-exchange-website-in-read-only-mode))
🥂 Kraken futures trading nears $1 billion after Crypto Facilities acquisition ([url](https://messari.io/article/kraken-futures-trading-nears-1-billion-after-crypto-facilities-acquisition))

Licence

MIT

Support

About

A Telegram chatbot for data-driven analytics of crypto-market on Binance

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.6%
  • Batchfile 0.4%
0