YOURAPIKEY
May 18, 2018 ยท View on GitHub
Getting started
- Create a bot by starting a chat with BotFather and record your Telegram token
- Get API keys (api key and secret) for your exchange
- Install dependencies:
pip install python-telegram-bot ccxt - Create secrets.txt in config folder with following content:
# YOUR_API_KEY
# YOUR_SECRET
# YOUR_TELEGRAM_TOKEN
# YOUR_TELEGRAM_USER_ID
- Run main.py