Skip to content

Dotrog11/Liquidity-and-Token-Price-Discord

 
 

Repository files navigation

Simple Price Tracking Bot

GeckoTerminal Liquidity and Price Tracking

Table of Contents

Intro

Easy-to-run price name and status for a Discord Bot using GeckoTerminal API.

Screenshot

Our Discord

Setup

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 to config.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.

Contributing

Please feel free to open an issue for any suggestions.

Credit and thanks to:

About

Token price as status, Liquidity as nickname in Discord

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%