Skip to content

Crypto trading bot in Python with Telegram and ccxt

License

Notifications You must be signed in to change notification settings

marcosf63/Auto-Trade-Crypto-Bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  1. Run main.py

About

Crypto trading bot in Python with Telegram and ccxt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%