Skip to content

This is a chat bot built using Twilio helper library to assist you during the Corona Epidemic

Notifications You must be signed in to change notification settings

developerprince-eng/Corona-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CORONA BOT

DeveloperPrince

This a python based bot build for aiding people during the Corona Crisis.

Tools and frameworks

  1. The bot has been built using python 3.7.4
  2. Twilio
  3. Flask

Setup

  1. Create Virtual Environment
python -m venv dev 
python3 -m venv dev
  1. Activate Virtual Environment
dev\Scripts\activate

or

source dev\bin\activate 
  1. Install packages
pip install -r requirements.txt
  1. Set up environment and run
set FLASK_ENV=development && set FLASK_APP=bot.py
flask run

or

export FLASK_ENV=development && export FLASK_APP=bot.py
flask run
  1. Globally Port using ngrok
ngrok http 500

Then use the http or https which are created by ngrok for globally accessing your local host application and connect to channel of your choice in Twilio Console.

Enjoy.

Project is Developed by DeveloperPrince.

About

This is a chat bot built using Twilio helper library to assist you during the Corona Epidemic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages