Gas tracking bot for various crypto currencies. (Currently only supports ethereum)
- Displays gas fees on ethereum
- Provides rough estimation of gas spent in USD
To run this project, you will need to add the following environment variables to your .env file
DISCORD_BOT_TOKEN
- Token required to connect with your discord bot
ETHERSCAN_API_KEY
- Api Key to access Etherscan
ETHEREUM_MAIN_NET_URL
- Web3 HTTP provider to use for ethereum
Clone the project
git clone https://github.com/Stonks-Luma-Liberty/Crepitus.git
Go to the project directory
cd Crepitus
Use docker-compose to start the bot
docker-compose up -d --build
Install dependencies
poetry install
Start the bot
poetry run python main.py