Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.18 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.18 KB

CoinGeckoDiscordPriceBot

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.

Requirements

-python3

-pip

Use pip install -r requirements.txt to install needed packages

info.json

{   
    "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

Currently I am hosting two instances of this bot for the cryptos FUND and xFUND if you would like to add them to your server:

FUND

xFUND

image