aelew / cryptotracker

πŸ€– A Discord bot that alerts users when their cryptocurrency transactions confirm. Supports BTC, ETH, and LTC.

Home Page:https://discord.com/oauth2/authorize?client_id=1132724830135922688&permissions=277025508352&scope=bot%20applications.commands

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ€– CryptoTracker

Discord bot invite GitHub stars

A Discord bot that notifies users when their cryptocurrency transactions have confirmed.

Features

  • Pings you when a transaction reaches a specified number of confirmations
  • Support for Bitcoin (BTC), Ethereum (ETH), and Litecoin (LTC)
  • Usage of Discord interactions (application commands)
  • Easy setup and installation

Example

Contributions

The development of CryptoTracker is an ongoing process, and everyone is welcome to contribute. Feel free to share your ideas, report issues, and help make CryptoTracker even better!

Run Locally

Clone the project

git clone https://github.com/aelew/cryptotracker.git

Go to the project directory

cd cryptotracker

Install dependencies

pip install -r requirements.txt

Set environment variables

To run this project, you need to set the required environment variables.
Copy `.env.example` into a new file called `.env` and fill in the values.

Start the bot

py main.py

License

MIT

About

πŸ€– A Discord bot that alerts users when their cryptocurrency transactions confirm. Supports BTC, ETH, and LTC.

https://discord.com/oauth2/authorize?client_id=1132724830135922688&permissions=277025508352&scope=bot%20applications.commands

License:MIT License


Languages

Language:Python 99.9%Language:Procfile 0.1%