Skip to content

A Telegram bot that fetches real-time cryptocurrency rates from the Binance API. Users can easily check current rates, explore a list of available cryptocurrencies, and perform searches for specific coins.

License

Notifications You must be signed in to change notification settings

tomk1v/binance-crypto-rates-telegram-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

YouTube Audio Bot by tomk1v

This is a Telegram bot that allows users to fetch audio from YouTube videos and send them as voice messages.

Setup

  1. Install the required dependencies:

    npm install node-telegram-bot-api axios
    
  2. Replace 'YOUR_BOT_TOKEN' with your actual Telegram bot token in the BOT_TOKEN variable.

  3. Run the bot:

    node your_bot_script.js
    

Usage

  1. Start the bot by sending /start in your Telegram chat.
  2. Use /currency to get a list of available cryptocurrencies.

image

  1. Use /search to find specific cryptocurrencies.

image

  1. Enter the symbol of a cryptocurrency to get its current rate.

image

Acknowledgments

  • Fetches cryptocurrency rates from the Binance API in the fastest way.
  • Allows users to list available cryptocurrencies, search, and get current rates.
  • Pagination for displaying a limited number of cryptocurrencies at a time.

Dependencies

Issues

If you encounter any issues or have suggestions, please open an issue.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

A Telegram bot that fetches real-time cryptocurrency rates from the Binance API. Users can easily check current rates, explore a list of available cryptocurrencies, and perform searches for specific coins.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages