API That listens to specific telegram channels and feeds the information to Bybit, a crypto exchange
Creating a Telegram Bot to Trigger Bybit Trades
In this project, we'll be creating a Telegram bot that listens to a specific channel for messages. When it receives a message with a specific format, the bot will trigger a trade on Bybit, a cryptocurrency exchange.
To achieve this, we'll be using the 'Telethon' library to create the Telegram bot and the 'Pybit' library to interact with the Bybit API.