Skip to content

Dieulinhdothibvs163/botforbitget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegram Bot for Bitget Exchange Price Checker

This Telegram bot allows users to check the price of cryptocurrencies on the Bitget exchange directly from their Telegram chat. It is built using Telegraf, a modern Telegram bot framework for Node.js, and integrates with the Bitget API to fetch real-time price data.

Features

  • Check the current price of cryptocurrencies on the Bitget exchange.
  • Easy-to-use commands directly in your Telegram chat.
  • Fast and reliable price updates.

Setup Instructions

To set up and run this Telegram bot, follow these steps:

  1. Clone the Repository:

csharp
Copy code
  1. Install Dependencies: Navigate into the project directory and install the required dependencies using npm:
npm install

markdown
Copy code
  1. Configure the Bot Token: Obtain a bot token from BotFather on Telegram and replace 'YOUR_TELEGRAM_BOT_TOKEN' in bot.js with your actual bot token.

  2. Run the Bot:

node bot.js

csharp
Copy code
  1. Interact with the Bot: Open your Telegram client and start interacting with your bot. Use the /price command to fetch the current price of cryptocurrencies on the Bitget exchange.

Usage

Once the bot is running and set up correctly, users can interact with it by sending commands directly in their Telegram chat. Here are the available commands:

  • /price: Check the current price of cryptocurrencies on the Bitget exchange.

Dependencies

  • Telegraf: Modern Telegram bot framework for Node.js.
  • Axios: Promise-based HTTP client for Node.js.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published