KO
|
EN
gitlite — search
Search
#javascript
#python3
#covid-19
#python
#java
#typescript
#react
#react-native
#coronavirus
#automation
#reactjs
#covid19
Python-on-WhatsApp
★ 50
Open GitHub ↗
run python on whatsapp
Download README (.md)
Explore Similar Repositories
Loan-Defaulter-Prediction-Machine-Learning
:
Prediction of loan defaulter based on more than 5L records using Python, Numpy, Pandas and XGBoost
hackerearth.vim
:
HackerEarth Vim plugin to compile and run code from the comfort of your favorite editor.
HackerEarth
:
Solutions to HackerEarth problems
AgriculturalApp
:
For Digital India Hackathon@ HackerEarth
HACKEREARTH
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Python-on-WhatsApp
?
Download (.md)
<h2 align="center">Python On WhatsApp <img src='https://github.com/pyGuru123/Python-on-WhatsApp/blob/main/Assets/whatsapp.png' width=30 height=30></h1> <p align="center">Run your python codes on whatsapp along with talking to a chatbot</p> <p align='center'> <img src='https://forthebadge.com/images/badges/built-with-love.svg'> <img src='https://forthebadge.com/images/badges/made-with-python.svg'> <img src='https://forthebadge.com/images/badges/check-it-out.svg'> </p> <p> This is a small python project to run python on whatsapp. and i created this project for HackCBS 4.0 hackathon organized by HackerEarth. I am thinking to turn it to a complete chatbot service for python soon. A working bot preview is here : [pythonWA](https://www.youtube.com/watch?v=Rlv0gcXmX7g) </p> <h2>Features</h2> <ul> <li>Run your python code instantly</li> <li>Install packages from pip</li> <li>A chatbot support so that you don't feel lonely</li> </ul> <img src='https://github.com/pyGuru123/Python-on-WhatsApp/blob/main/Assets/app.jpg'> ## How to Download Clone this repository or download this project from here [Download PythonWA Source Code](https://downgit.github.io/#/home?url=https://github.com/pyGuru123/Python-on-WhatsApp) ## Requirements * A Twilio account. If you are new to Twilio [create a free account now](http://www.twilio.com/referral/7fB3Je) * In Addition, you will be required to download ngrok while running this bot on localhost. Download it from [here](https://ngrok.com/download) * All the required packages are written inside the requirements.txt file. Use the package manager [pip](https://pip.pypa.io/en/stable/) to install them by running this command :- ```bash pip install -r requirements.txt ``` ## Setup This is a 7 step setup process.\ * download source code * install packages from requirements.txt by pip install -r requirements.txt * download ngrok and extract exe, and make a account on ngrok website * create a twilio account for free * run main.py in your terminal * run ngrok by double clicking ngrok.exe and execute this command > ngrok http 5000 * copy the ngrok forwarding link and paste it in twilio sandbox now write any code or query on whatsapp and send and done ## Contributing Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate. <div align="center"> ### Show some ❤️ by starring this repository! </div>