Skip to content

A program that allows you to receive precise price data for the desired cryptocurrency when you submit a request to a Telegram bot

Notifications You must be signed in to change notification settings

coss1333/-rypto-price-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Пошаговая инструкция по установке и запуску телеграм-бота для цен криптовалют:

1️⃣ Установите Python 3.10+ (https://www.python.org/downloads/)
Проверьте:
    python --version

2️⃣ Распакуйте архив и перейдите в папку проекта:
    cd crypto_price_bot

3️⃣ Создайте виртуальное окружение:
    python -m venv .venv
    (Windows) .venv\Scripts\activate
    (Linux/Mac) source .venv/bin/activate

4️⃣ Установите зависимости:
    pip install -r requirements.txt

5️⃣ Создайте бота в Telegram:
    - Откройте Telegram, найдите бота @BotFather
    - Введите /newbot
    - Следуйте инструкциям и получите TOKEN
    - Скопируйте токен и вставьте его в файл .env вместо "вставьте_сюда_свой_токен_бота_от_BotFather"

6️⃣ Запустите бота:
    python bot.py

7️⃣ Откройте Telegram, найдите своего бота и введите:
    /start

8️⃣ Примеры команд:
    /price btc eth sol
    /fiat eur
    /source binance

Бот покажет актуальные цены с CoinGecko или Binance.

About

A program that allows you to receive precise price data for the desired cryptocurrency when you submit a request to a Telegram bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages