Skip to content

Exchanges Listing Bot that sends notifications with a Telegram bot using Twitter API.

Notifications You must be signed in to change notification settings

manuelhb14/exchangesListingsBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exchanges New Listings Bot

Exchanges Listings Bot that sends notifications with a Telegram bot using Twitter API and automatically.

Use Twitter API to send notifications with Telegram when exchanges tweets about new listings.

Exchanges that will be monitored: Binance, Coinbase, Huobi, Kraken, KuCoin, Bitfinex, Bithumb, Crypto.com. More exchanges can be added.

Current exchanges: Binance

Instructions

Create a keys.py file with your keys

# Twitter access keys to read stream and retrieve Binance tweets

consumer_key=""
consumer_secret=""
access_token=""
access_token_secret=""


# Telegram bot id's and keys

bot_token = ''
bot_chatID = ''

Run exchanges_bot.py and wait for notifications. To automatically buy the token on Uniswap or PancakeSwap you can see this repository. A bot for placing orders on Binance futures will be developed in the future.

About

Exchanges Listing Bot that sends notifications with a Telegram bot using Twitter API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages