Skip to content

refundvalidator/CoinGeckoDiscordPriceBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple coingecko price bot for discord

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages