https://github.com/pineapplegiant/anime_next
Your next anime. At your fingertips
https://github.com/pineapplegiant/anime_next
Last synced: 22 days ago
JSON representation
Your next anime. At your fingertips
- Host: GitHub
- URL: https://github.com/pineapplegiant/anime_next
- Owner: pineapplegiant
- Created: 2019-02-24T18:20:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:38:16.000Z (over 3 years ago)
- Last Synced: 2025-09-13T00:50:30.086Z (10 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
1. Python3
2. Create virtualenv -> `pip install virtual env`
* `source myproject/bin/activate`
3. Pip install requirements
* `pip install -r requirements.txt`
4. Create your Twilio settings in a `config.py`
5. Run `export APP_SETTINGS=./config.py` in terminal
[Read this link to learn about FLASK CONFIG](http://flask.pocoo.org/docs/1.0/config/)