Digital Cryptocurrency
December 8, 2022 ยท View on GitHub
With this bot, you can now monitor the prices of more than 12 digital Cryptocurrency ๐ฐ ๐ฐ
Image

Features
with this bot, you can monitor the prices of
- Bitcoin
- Ethereum
- Tether
- Cardano
- Chainlink
- Chainlink
- Dogecoin
- Ethereum-Classic
- Polkadot
- USD-Coin
- Internet-Computer
- Bitcoin-Cash
- THORChain
- Uniswap
- Algorand
Technologies
- pycoingecko
- pyTelegramBotAPI
Installing Dependencies
Virtual Enviorment
I recommend working within a virtual environment whenever using Python for projects. This keeps your dependencies for each project separate and organaized. Instructions for setting up a virual enviornment for your platform can be found in the python docs
PIP Dependencies
Once you have your virtual environment setup and running, install dependencies by naviging to directory and running:
pip install -r requirements.txt
This will install all of the required packages we selected within the requirements.txt file.
Running the server
- To run the server, execute:
python cur.py