{"id":22570395,"url":"https://github.com/haseeb-heaven/crypto-analyzer-bot","last_synced_at":"2026-01-30T15:31:35.111Z","repository":{"id":48411612,"uuid":"494473333","full_name":"haseeb-heaven/crypto-analyzer-bot","owner":"haseeb-heaven","description":"This bot analyze crypto market using Binance for coin and alert using Voice or WhatsApp message.","archived":false,"fork":false,"pushed_at":"2022-06-13T08:14:27.000Z","size":22,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-11T06:22:53.047Z","etag":null,"topics":["binance","binance-bot","ccxt","ccxt-bit","ccxt-python","crypto-bot","crypto-market","cryptocurrency","cryptocurrency-exchanges","twilio","twilio-api"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/haseeb-heaven.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-05-20T13:24:09.000Z","updated_at":"2025-08-27T06:54:21.000Z","dependencies_parsed_at":"2022-08-23T23:41:14.728Z","dependency_job_id":null,"html_url":"https://github.com/haseeb-heaven/crypto-analyzer-bot","commit_stats":null,"previous_names":["haseeb-heaven/crypto-analyzer-bot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/haseeb-heaven/crypto-analyzer-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haseeb-heaven%2Fcrypto-analyzer-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haseeb-heaven%2Fcrypto-analyzer-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haseeb-heaven%2Fcrypto-analyzer-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haseeb-heaven%2Fcrypto-analyzer-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haseeb-heaven","download_url":"https://codeload.github.com/haseeb-heaven/crypto-analyzer-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haseeb-heaven%2Fcrypto-analyzer-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28914905,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T12:13:43.263Z","status":"ssl_error","status_checked_at":"2026-01-30T12:13:22.389Z","response_time":66,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["binance","binance-bot","ccxt","ccxt-bit","ccxt-python","crypto-bot","crypto-market","cryptocurrency","cryptocurrency-exchanges","twilio","twilio-api"],"created_at":"2024-12-08T01:08:45.380Z","updated_at":"2026-01-30T15:31:35.089Z","avatar_url":"https://github.com/haseeb-heaven.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Market-Analyzer-Bot\nThis bot analyze crypto market using Binance for token and alert using Voice or WhatsApp message.\nHere we are using [CCXT CryptoCurrency eXchange Trading Library]( https://github.com/ccxt/ccxt) for connecting to the Binance server and sending alert using Speech to text libraries and WhatsApp API using Twilio API.\n\n## Prerequisite.\n- Python 3.0: Get [Python 3.0](https://www.python.org/downloads/) and setup in your machine.\n- Binance Account: [Click here to register](https://accounts.binance.com/en/register).\n- Twilio Account: [Click here to register](https://www.twilio.com/try-twilio).\n- Twilio WhatsApp API: You need to configure Sandbox API for WhatsApp [from here](https://www.twilio.com/docs/whatsapp/sandbox) and after configuring them you can recieve and send messages from their API.\n- [CCXT CryptoCurrency eXchange Trading Library]( https://github.com/ccxt/ccxt) : Or use `pip install ccxt`\n- Pyttsx3 Python speech-to-text library: use `pip install pyttsx3`.\n\n**NOTE:** This **BOT** and **VIDEO** is for **Educational Purpose** only and learning how to integrate _Binance_ and other API's like _Twilio_.\n\n## Bot Config.\nIn order to run bot you need to configure it as per your requirements.\u003c/br\u003e\nGo to file `BotConfig.py` and change parameters as per required.\u003c/br\u003e\n### Bot Authentication:\n**Binance** Authentication change following line:\u003c/br\u003e\n`api_key = \"\" #Binance API Key here.`\u003c/br\u003e\n`secret_key = \"\" #Binance Secret Key here.#`\u003c/br\u003e\u003c/br\u003e\n**Twilio** Authentication change following line:\u003c/br\u003e\n`account_sid = \"\" #Twilio Account SID here.`\u003c/br\u003e\n`auth_token = \"\" #Twilio Auth token here.`\u003c/br\u003e\n`from_contact = \"\" #Twilio From Contact here.`\u003c/br\u003e\n`to_contact = \"\" #Twilio To Contact here.`\u003c/br\u003e\n\n### Bot TOKEN:\nTo set your token change following line:\u003c/br\u003e\n`_quote_curr:str = \"LUNA\" #Symbol select.`\u003c/br\u003e\n`_base_curr:str = \"BUSD\" #Currency select.`\u003c/br\u003e\n\n### Bot Alert type:\nTo Change bot alert type to 'Voice' or 'Text Message' change following line:\u003c/br\u003e\n`bot_alert_type = \"voice\"` or `bot_alert_type = \"message\"`\u003c/br\u003e\n\n### Bot Candle Timestamp:\nTo Change candle timestamps change following line:\u003c/br\u003e\n`candle_timestamp = candle_timestamps[1] #For 3 Min candle timestamp.`\u003c/br\u003e\n\n## BOT Features.\n- Market Analyzer: Bot analyze the market in certain candle sticks which is customisable and efficient.\u003c/br\u003e\n- Alert Type: Bot alert using Voice and Text messages mode.\u003c/br\u003e\n- API Integration: CCXT is very fast and reliable library for Binance and other cyrpto exchanges.\u003c/br\u003e\n- Cyprto Exchanges : All of the crypto exchanges supported by ccxt.\u003c/br\u003e\n- Easy Config : Bot is easy to configure and customisable for other exchanges using ccxt.\u003c/br\u003e\n\n# Bot Demo on YouTube :\n[![BOT Demo](https://img.youtube.com/vi/n1g-XPzOPOI/0.jpg)](https://www.youtube.com/watch?v=n1g-XPzOPOI)\n\nwritten and maintained by Haseeb Mir (haseebmir.hm@gmail.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaseeb-heaven%2Fcrypto-analyzer-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaseeb-heaven%2Fcrypto-analyzer-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaseeb-heaven%2Fcrypto-analyzer-bot/lists"}