FLASK TWILIO "Anime Next"
tl;dr
This app runs a flask server that will allow texts to be sent to TWILIO. Then it will trigger a web scrape and return an anime selection for you to watch.
Technologies:
- Flask
- Twilio
- Web scraping in python
- Ngrok for debugging
Installation
- Python3
- Create virtualenv ->
pip install virtual envsource myproject/bin/activate
- Pip install requirements
pip install -r requirements.txt
- Create your Twilio settings in a
config.py - Run
export APP_SETTINGS=./config.pyin terminal
Log in or sign up for Devpost to join the conversation.