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: 26 days ago
JSON representation
Crypto trading bot in Python with Telegram and ccxt
- Host: GitHub
- URL: https://github.com/dev4Fun/Auto-Trade-Crypto-Bot
- Owner: dev4Fun
- License: mit
- Created: 2018-05-17T23:18:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T07:25:36.000Z (12 months ago)
- Last Synced: 2024-08-03T13:02:12.978Z (4 months ago)
- Topics: bot, cryptocurrency, telegram, telegram-bot, trading
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 119
- Watchers: 12
- Forks: 39
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccxt - Auto-Trade-Crypto-Bot - Crypto trading #bot in #python with #telegram. (Trading terminals)
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