Skip to content

Stonks-Luma-Liberty/Crepitus

Repository files navigation

Crepitus

Github Issues Codacy Badge Github Top Language Code style: black

Gas tracking bot for various crypto currencies. (Currently only supports ethereum)

Table of Contents

Features

  • Displays gas fees on ethereum
  • Provides rough estimation of gas spent in USD

Environment Variables

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

Run Locally

Clone the project

  git clone https://github.com/Stonks-Luma-Liberty/Crepitus.git

Go to the project directory

  cd Crepitus

With Docker

Use docker-compose to start the bot

docker-compose up -d --build

Without Docker

Install dependencies

  poetry install

Start the bot

  poetry run python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published