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.
- A place to host your code, we recommend repl.it
- A Twilio number, with SMS sending and recieving enabled
$ python -m venv .venv
$ call .venv/Scripts/activate
$ pip install -r requirements.txt
$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt