Socket
Socket
Sign inDemoInstall

botforbitget

Package Overview
Dependencies
36
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    botforbitget

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


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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.

Keywords

FAQs

Last updated on 16 Mar 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc