Skip to content

hackathonsforschools/twilio-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

twilio-workshop

This is a workshop which will allow students to create a Twilio agent which can query wikipedia and return the result as a text message.

Prerequisites:

  • A place to host your code, we recommend repl.it
  • A Twilio number, with SMS sending and recieving enabled

To set up your environment, follow these instructions:

Windows:

$ python -m venv .venv
$ call .venv/Scripts/activate
$ pip install -r requirements.txt

Linux/MacOS:

$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt

About

πŸ“ž Twilio SMS Workshop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages