Skip to content

Aster - A Telegram Bot for WazirX Crypto Exchange Analysis

License

Notifications You must be signed in to change notification settings

garvit-joshi/Aster_TelegramBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aster_TelegramBot

Aster - A Telegram Bot for WazirX Crypto Exachange Analysis

Open in Visual Studio Code

⚡ Installation

1. Clone this repo by running either of the below commands.

https : `git clone https://github.com/garvit-joshi/Aster_TelegramBot.git`

ssh : `git@github.com:garvit-joshi/Aster_TelegramBot.git`

2. Now, run the following commands:

cd Aster_TelegramBot
pip install -r requirements.txt

This will install all the project dependencies.

Note: Recommended way is to first create a virtual environment and then install the dependencies.

3. Configure Bot Key:

File: secrets.ini

echo "[KEYS]\nAPI_KEY = 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11" > secrets.ini

A file secrets.ini is missing as it contains a token to access the HTTP API of Aster. The file is structured in this way:

[KEYS]
API_KEY = 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11

4. 🎉 Run the bot:

python3 main.py

📄 License

MIT © Garvit Joshi

About

Aster - A Telegram Bot for WazirX Crypto Exchange Analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages