Attempts to predict possible future listings for binance and coinbase based on data from top 1000 coins.
Telegram Demo: https://t.me/coinbase_binance_predict_listing
- In command line run
pip install -r requirements.txt
- Add telegram bot token + chat_id information to
params.py
- Customize other params to personal preference (Read comments for details) (Note that default params work as well)
- Run "main.py" with command
python main.py
- You should either receive a tele message or have information printed to console
- Coingecko (Top 1000 data)
- Binance API (Symbol information)
- Coinbase API (Symbol information)
- Coinbase Custody API (Symbol information)
- Telegram message
- Pandas dataframe display capability (Tabulate)
- Customizable message interval
- None atm