Skip to content
/ UpDown Public

πŸͺ™ A mini bot that fetches the prices of popular cryptocurrencies Telegram from CoinGecko and sends them to a specified destination. πŸ‘‡πŸ» Demo:

License

Notifications You must be signed in to change notification settings

Sh4hYan/UpDown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

UpDown

πŸͺ™ 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.


Installation

  1. Clone the repository
git clone https://github.com/Sh4hYan/UpDown.git
  1. 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
  1. Create a virtual environment (recommended)
python -m venv venv
source venv/bin/activate  # Linux/macOS
venv\Scripts\activate     # Windows
  1. Run the bot
python main.py

Contact & Support

  • Telegram: @idleer πŸ“²
  • Thanks for your supports

About

πŸͺ™ A mini bot that fetches the prices of popular cryptocurrencies Telegram from CoinGecko and sends them to a specified destination. πŸ‘‡πŸ» Demo:

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages