Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/dev4Fun/Auto-Trade-Crypto-Bot

Crypto trading bot in Python with Telegram and ccxt
https://github.com/dev4Fun/Auto-Trade-Crypto-Bot

bot cryptocurrency telegram telegram-bot trading

Last synced: 4 months ago
JSON representation

Crypto trading bot in Python with Telegram and ccxt

Lists

README

        

## Getting started

1. Create a bot by starting a chat with **BotFather** and record your Telegram token
2. Get API keys (api key and secret) for your exchange
3. Install dependencies: `pip install python-telegram-bot ccxt`
4. Create secrets.txt in config folder with following content:
```
# YOUR_API_KEY
# YOUR_SECRET
# YOUR_TELEGRAM_TOKEN
# YOUR_TELEGRAM_USER_ID
```

5. Run main.py