This project hosts a Telegram bot that enables users to trade cryptocurrencies directly within Telegram chats. The bot processes user commands for trading and provides a seamless crypto trading experience. The motivation behind this project is to deepen understanding of blockchain technology and cryptocurrencies while providing a practical tool to engage with the market. Additionally, the project aims to explore new features such as follow trading and monitoring wallet transactions, blending learning with the potential to earn through crypto trading.
Please note that I'm not responsible for any loss of funds, damages, or other libailities resulting from the use of this software or any associated services.
This tool is provided for educational purposes only and should not be used as financial advice, it is still in expiremental phase so use it at your own risk.
-
Node Endpoint Setup:
- Visit QuickNode to obtain your node endpoints.
- Place your endpoints in the
config.py
file.
-
Telegram Bot Token:
- Create a Telegram bot via BotFather and obtain a bot token.
- Insert your bot token into the
config.py
file.
-
Dependencies Installation:
- Install all required dependencies using the following command:
pip install -r requirements.txt
- Install all required dependencies using the following command:
Run the bot with the following command:
python main.py
- Buy Token: Purchase cryptocurrencies.
- Sell Token: Sell your cryptocurrencies.
- Check Balance: View your current balance.
- Check Token Info: Get detailed information about specific tokens.
This project is licensed under the MIT license. Feel free to edit and distribute this template as you like.
See LICENSE for more information.