AnimeTV
This is a flask application used for browsing, searching and watching animes. The application is built on top of AniAPI and Beyonic API
This website collects cookies to deliver better user experience
Beyonic API
Ani API
pip install virtualenv
python -m virtualenv AnimeTv
pip install flask beyonic requests python-dotenv
view
- this will be responsible for rendering our templates utils
- this will be responsible for consumption of APIs and then abstracting it into functionsmain
- this will be responsible running the application config
- this will be responsible for configuration changes on the application src\
view.py
main.py
utils.py
config.py
requests.get(URL, headers=URL_HEADERS)
docker image build . -t animetv
docker run animetv