Discord Bot who notify you every hour with the newest Crypto prices.
Use the package manager pip to install the requirement frameworks.
pip install -r requirements.txt
- Change the
channelID
and thetoken
- Rename
settings.example.json
tosettings.json
. - Add Cryptocurrencies to your
Wallet
andLastPrice
(Ignore the price. The bot sets the price itself)
Be aware just use Cryptocurrencies from Coinbase
{
"channelID": 92349347234436,
"token": "uwertgwreugt23402340",
"wallet": {
"BTC": 0.00683409,
"ETH": 0.02297584
},
"LastPrice": {
"BTC": 31657.49,
"ETH": 2284.24
}
}
Just run CryptoNotify.py
The Bot will update the Wallet every hour. If you want to update the Wallet by your own just write something in the Notification Channel.