It is a simple Flask Project, That scrap the disneyplus site data and display the data in json format. (Not Ready For Use)
- Its required the disneyplus account credentials.
- Flask
- python 3
- Install the Python3 in your system
- Install pip in you system
- Install the requirements using bellow command
pip install -r requirements.txt
- Run the Flask App
python -m flask run
- Open following link in browser
http://127.0.0.1:5000/
Checkout Example.txt file