Very simple price bot for coins listed on coingecko.
Just edit the info.json to your own custom values depending on the coin, then run using python3 main.py
. Bot needs no permissions.
-python3
-pip
Use pip install -r requirements.txt
to install needed packages
{
"api":"[DISCORD-API-KEY]",
"id":"[ID-OF-COIN]",
"vscurrency":"[COMPARISON-CURRENCY]"
"length":[MAX-CHARACTERS-OF-PRICE],
"updatefreq":[UPDATE-FREQUENCY-IN-SECONDS]
}
List of Coin IDs can be found at HERE
CoinGecko has a limit for the free API of 10-50 calls per minute, plan accordingly when setting the updatefreq variable in info.json