A whatsapp bot made using Python Flask Twilio and Google's Dialogflow! Here I learnt more about version control How to deploy webapps. how to convert local machine address to open web address using ngrok and more about virtual environment.
- Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
- Clone your forked repository to your local machine by clicking on the
green button saying clone
and copy paste the url that looks like following in your terminal
git clone https://github.com/your-username/A.V.E.WhatsApp-bot.git
-
After you are done with making your changes onto your local repositary ( files/folders inside your pc. )
-
Commit and push
-
Add Proper Commit messages as well as Comments inside your code for better understanding.
git add .
git commit -m 'Added xyz, Fixed bug xyz, Introduced new feature xyz'
git push origin branch-name
- Create a new pull request from your forked repository (Click the
New Pull Request
button located at the top of your repo) - Wait for your PR review and merge approval!
- Star this repository if you had fun!