Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aelew/cryptotracker
🤖 A Discord bot that alerts users when their cryptocurrency transactions confirm. Supports BTC, ETH, and LTC.
https://github.com/aelew/cryptotracker
bitcoin blockchain bot crypto cryptocurrency discord discord-bot discord-interactions ethereum hacktoberfest interactions-py litecoin mempool python tracker transaction-tracker watcher
Last synced: 19 days ago
JSON representation
🤖 A Discord bot that alerts users when their cryptocurrency transactions confirm. Supports BTC, ETH, and LTC.
- Host: GitHub
- URL: https://github.com/aelew/cryptotracker
- Owner: aelew
- License: mit
- Created: 2023-07-23T21:39:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-28T02:23:19.000Z (9 months ago)
- Last Synced: 2024-10-11T01:57:45.345Z (about 1 month ago)
- Topics: bitcoin, blockchain, bot, crypto, cryptocurrency, discord, discord-bot, discord-interactions, ethereum, hacktoberfest, interactions-py, litecoin, mempool, python, tracker, transaction-tracker, watcher
- Language: Python
- Homepage: https://discord.com/oauth2/authorize?client_id=1132724830135922688&permissions=277025508352&scope=bot%20applications.commands
- Size: 147 KB
- Stars: 10
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🤖 CryptoTracker
[![Discord bot invite](https://img.shields.io/badge/bot-click_to_invite-brightgreen?logo=discord&logoColor=white)](https://discord.com/api/oauth2/authorize?client_id=1132724830135922688&permissions=277025508352&scope=bot%20applications.commands)
![GitHub stars](https://img.shields.io/github/stars/aelew/cryptotracker)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](./images/example.png)
## 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
```bash
git clone https://github.com/aelew/cryptotracker.git
```Go to the project directory
```bash
cd cryptotracker
```Install dependencies
```bash
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
```bash
py main.py
```## License
[MIT](https://choosealicense.com/licenses/mit/)