/Phi

Phi is a personal WhatsApp bot built to keep track of my thoughts and achievements each day. Journalling applications seem very boring to me. Phi was created after not being able to recall a lot of mistakes and achievements that happened to me this year in order to write "My year in review" article.

Primary LanguagePython

Phi

Phi is a personal WhatsApp bot built to keep track of my thoughts and achievements each day.

Steps for setting up your own personal WhatsApp bot

  1. Clone the repository
  2. Sign Up on Twilio, twilio has a well built integrated api for WhatsApp
  3. Create your virtual environment Steps: link
  4. On the command line in your activated virtual environment, Run: pip install requirements.txt
  5. Configure Twilio's Api Sanbox for WhatsApp link
  6. Inspiration and details on setting up webhooks for your bot link
  7. Modify the bot logic to suit your needs in app.py
  8. Looking forward to the bot you build