Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamalbuilds/bnb-social-trading-bot
https://github.com/kamalbuilds/bnb-social-trading-bot
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kamalbuilds/bnb-social-trading-bot
- Owner: kamalbuilds
- License: mit
- Created: 2024-06-04T23:02:16.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-06-07T02:30:45.000Z (5 months ago)
- Last Synced: 2024-06-08T03:42:08.249Z (5 months ago)
- Language: JavaScript
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BSC Social Token Bot
## Introduction
The BSC Token Bot is a bot that allows you to interact with the BSC blockchain that fetches the token metadata live using the ZettaBlock API right in the telegram bot by just writing a simple command.
The ZettaBlock API is a set of APIs that allows developers to access and interact with the Solana blockchain.## Installation
Clone the repository and install the dependencies.
```bash
git clone
cd solanabot
yarn install
```## Config
Create a `.env` file in the root directory of the project. Copy the contents of `.env.example` into the `.env` file and fill in the values for the variables.
Example:
```
API_ID = 'YOUR_API_ID'
BOT_TOKEN = 'YOUR_BOT_TOKEN'
X_API_KEY = 'YOUR_X_API_KEY'
```## Run
To start the bot, run the command below:
```bash
$ node bot.js
```## How to use
Visit your bot on Telegram and type `/token $SYMBOL` to query the token metadata.