Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kamalbuilds/bnb-social-trading-bot


https://github.com/kamalbuilds/bnb-social-trading-bot

Last synced: 3 days ago
JSON representation

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.