Easy-to-run price name and status for a Discord Bot using GeckoTerminal API.
- BTIPZ: http://join.btipz.com
You need to create a Bot through Discord Application. You need to run with either python3.8 or python3.10 with virtualenv.
- Copy
config.toml.sample
toconfig.toml
and edit as necessary - Create database in MariaDB / MySQL and import
database.sql
virtualenv -p /usr/bin/python3.10 ./
source bin/activate
pip3 install discord aiohttp aiomysql
python3 geckoterminal_price_btipz.py
If you run with pm2 (process monitor):
pm2 start `pwd`/geckoterminal_price_btipz.py --name "LPBot-BTIPZ" --interpreter=python3.10
Feel free to join our Discord if you need to run your own and has any issue.
Please feel free to open an issue for any suggestions.
- https://api.geckoterminal.com/docs/index.html GeckoTerminal API.