Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rzpr/Whatsapp-Bot
WhatsApp Bot with twilio api
https://github.com/rzpr/Whatsapp-Bot
chatbot downloadermp4 facebook-downloader flask-application google-search-using-python heroku-deployment instagram-downloader python3 translate-api twilio-python whatsapp whatsapp-api whatsapp-bot
Last synced: 14 days ago
JSON representation
WhatsApp Bot with twilio api
- Host: GitHub
- URL: https://github.com/rzpr/Whatsapp-Bot
- Owner: rzpr
- Created: 2020-03-30T06:17:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-25T05:09:18.000Z (over 2 years ago)
- Last Synced: 2024-07-29T20:31:18.199Z (3 months ago)
- Topics: chatbot, downloadermp4, facebook-downloader, flask-application, google-search-using-python, heroku-deployment, instagram-downloader, python3, translate-api, twilio-python, whatsapp, whatsapp-api, whatsapp-bot
- Language: Python
- Homepage:
- Size: 69.3 KB
- Stars: 9
- Watchers: 1
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🤖 Whatsapp-Bot ( LANG ID )
(Using Twilio Api)![Python Badge](https://img.shields.io/badge/Made%20with-Python-blue)
## ✨ Features
- Facebook Video Downloader ( Not Work )
- Instagram Video Downloader
- Translator Id > eng
- Translator eng > id
- Translator kor > id
- Translator id > kor
- Google Search Engine
- Get Instagram Profile Info
- Youtube Search
- Generate Youtube Direct mp3/mp4 link
- Corona Info Indonesia/Global
- Jadwal Sholat Provinsi
-## 🗒️ Requirements
* [Python 3.6](https://www.python.org/downloads/)* [Flask](https://palletsprojects.com/p/flask/) web application framework for Python
* A [Twilio](https://www.twilio.com/) account
## ⌨️ Usage
```
start
/FB
/IG
/YT
/SY
/TR-id-eng
/TR-eng-id
/TR-kor-id
/TR-id-kor
/GL < query >
/SG
```
# Priview Bots
- if you want to test my bot here's the link [Click Here](https://api.whatsapp.com/send?phone=14155238886&text=join+government-would)
## 🖥️ Installation
```
$ git clone https://github.com/rezzaapr/Whatsapp-Helper-Bot
$ cd Whatsapp-Helper-Bot
$ pip3 install -r requirements.txt
$ python3 app.pyAfter Run app.py The Output Look Like This :
* Serving Flask app "app" (lazy loading)
* Environment: production
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
* Debug mode: on
* Running on http://localhost:8080/ (Press CTRL+C to quit)
* Restarting with stat
* Debugger is active!
* Debugger PIN: 246-949-121
```
To Make Sure Bot Running you Must Using Ngrok Or Upload To Heroku / Webhook
* Here's The Tutorial [Twilio Whatsapp Chatbot](https://www.twilio.com/blog/build-a-whatsapp-chatbot-with-python-flask-and-twilio)