πͺ A mini bot that fetches the prices of popular cryptocurrencies Telegram (Such as TON, NOT, DOGE and etc...) from CoinGecko and sends them to a specified destination.
- Clone the repository
git clone https://github.com/Sh4hYan/UpDown.git- Configuration config.py
API_ID = 123456789
API_HASH = "YOUR_API_HASH"
BOT_TOKEN = "YOUR_BOT_TOKEN"
TARGET_CHANNEL = -100123456789 # Channel ID
Edit this lines to your information- Create a virtual environment (recommended)
python -m venv venv
source venv/bin/activate # Linux/macOS
venv\Scripts\activate # Windows- Run the bot
python main.py- Telegram: @idleer π²
- Thanks for your supports