Skip to content

Discord Bot who notify you every hour with the newest Crypto prices.

Notifications You must be signed in to change notification settings

nabil-ak/CryptoNotify

Repository files navigation

icon

CryptoNotify

Discord Bot who notify you every hour with the newest Crypto prices.

Installation

Use the package manager pip to install the requirement frameworks.

pip install -r requirements.txt

Settings

  1. Change the channelID and the token
  2. Rename settings.example.json to settings.json.
  3. Add Cryptocurrencies to your Wallet and LastPrice (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
    }
}

Usage

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.

Notification

License

MIT