Skip to content

Frninezy/cryptospybot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Cryptocurrency Telegram Bot

This Telegram bot allows users to retrieve real-time cryptocurrency prices, view price charts, and calculate the value of their cryptocurrency holdings. The bot integrates with Yahoo Finance for cryptocurrency data and stores the latest prices in a MongoDB database.

Features

  • Get real-time cryptocurrency prices for popular cryptocurrencies such as BTC, ETH, DOGE, LTC, and XRP.
  • View candlestick price charts with MACD indicators for selected cryptocurrencies.
  • Calculate the value of your cryptocurrency holdings.

Prerequisites

Before running the bot, make sure you have the following prerequisites installed:

  • Python 3.x
  • MongoDB (Make sure you have a MongoDB server up and running)

Installation

  1. Clone this repository:

    git clone https://github.com/yourusername/cryptocurrency-telegram-bot.git
    cd cryptocurrency-telegram-bot
    
    
  2. Run requerments.txt:

    pip install -r requerments.txt
    
  3. Run bot

    python bot.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages