Skip to content

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.

License

Notifications You must be signed in to change notification settings

PrajjwalDatir/A.V.E.WhatsApp-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A.V.E.WhatsApp-bot

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.

GitHub repo size GitHub contributors GitHub stars GitHub forks

Instructions For submitting your Pull Requests

  • 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!

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages