haseeb-heaven / crypto-analyzer-bot

This bot analyze crypto market using Binance for coin and alert using Voice or WhatsApp message.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Market-Analyzer-Bot

This bot analyze crypto market using Binance for token and alert using Voice or WhatsApp message. Here we are using CCXT CryptoCurrency eXchange Trading Library for connecting to the Binance server and sending alert using Speech to text libraries and WhatsApp API using Twilio API.

Prerequisite.

NOTE: This BOT and VIDEO is for Educational Purpose only and learning how to integrate Binance and other API's like Twilio.

Bot Config.

In order to run bot you need to configure it as per your requirements.
Go to file BotConfig.py and change parameters as per required.

Bot Authentication:

Binance Authentication change following line:
api_key = "" #Binance API Key here.
secret_key = "" #Binance Secret Key here.#

Twilio Authentication change following line:
account_sid = "" #Twilio Account SID here.
auth_token = "" #Twilio Auth token here.
from_contact = "" #Twilio From Contact here.
to_contact = "" #Twilio To Contact here.

Bot TOKEN:

To set your token change following line:
_quote_curr:str = "LUNA" #Symbol select.
_base_curr:str = "BUSD" #Currency select.

Bot Alert type:

To Change bot alert type to 'Voice' or 'Text Message' change following line:
bot_alert_type = "voice" or bot_alert_type = "message"

Bot Candle Timestamp:

To Change candle timestamps change following line:
candle_timestamp = candle_timestamps[1] #For 3 Min candle timestamp.

BOT Features.

  • Market Analyzer: Bot analyze the market in certain candle sticks which is customisable and efficient.
  • Alert Type: Bot alert using Voice and Text messages mode.
  • API Integration: CCXT is very fast and reliable library for Binance and other cyrpto exchanges.
  • Cyprto Exchanges : All of the crypto exchanges supported by ccxt.
  • Easy Config : Bot is easy to configure and customisable for other exchanges using ccxt.

Bot Demo on YouTube :

BOT Demo

written and maintained by Haseeb Mir (haseebmir.hm@gmail.com)

About

This bot analyze crypto market using Binance for coin and alert using Voice or WhatsApp message.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%