8000 GitHub - AliFathi1325/Crypto_Alert_Bot: The Cryptocurrency Trading Assistant Bot is a Telegram-based tool designed for cryptocurrency enthusiasts and traders. It provides real-time price updates for popular cryptocurrencies, such as Bitcoin and Ethereum, and allows users to set customized price alerts based on their trading strategies.
[go: up one dir, main page]

Skip to content

The Cryptocurrency Trading Assistant Bot is a Telegram-based tool designed for cryptocurrency enthusiasts and traders. It provides real-time price updates for popular cryptocurrencies, such as Bitcoin and Ethereum, and allows users to set customized price alerts based on their trading strategies.

Notifications You must be signed in to change notification settings

AliFathi1325/Crypto_Alert_Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cryptocurrency Trading Assistant Bot

This Telegram bot provides users with real-time cryptocurrency prices and allows them to set price alerts for their favorite cryptocurrencies. It utilizes the CoinMarketCap website to fetch current price data and SQLite for storing user alerts.

Features

  • Fetch current prices for cryptocurrencies like Bitcoin and Ethereum.
  • Set alerts for specific price thresholds.
  • Receive notifications when the current price meets the specified conditions.

Requirements

  • Python
  • requests library
  • beautifulsoup4 library
  • python-telegram-bot library
  • python-dotenv library
  • sqlite3 (included with Python)

Installation

  1. Clone the repository:

    git clone https://github.com/AliFathi1325/Crypto_Alert_Bot.git
    cd cryptocurrency-bot
  2. Install the required libraries:

    pip install -r requirements.txt
  3. Create a .env file in the root directory and add your Telegram bot token:

    BOT_TOKEN=your_telegram_bot_token
    
  4. Run the bot:

    python bot.py

Usage

  • Start the bot by sending /start to it in your Telegram chat.
  • Select options to view current cryptocurrency prices or create a price alert.
  • For price alerts, specify the price at which you want to be notified.

About

The Cryptocurrency Trading Assistant Bot is a Telegram-based tool designed for cryptocurrency enthusiasts and traders. It provides real-time price updates for popular cryptocurrencies, such as Bitcoin and Ethereum, and allows users to set customized price alerts based on their trading strategies.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0