Client for Hotstar/Disney+ MENA based on Android Mobile endpoints.
- Clone the repo
git clone https://github.com/serv0id/shitstar.git
- Install the requirements
pip install -r requirements.txt
- Create a credential file (creds.py) with the following content:
PHONE_NUMBER = "PHONE NUMBER LINKED TO ACCOUNT"
- Run main.py to log in to your account and save the access token
python main.py
Once your account access token has been saved successfully, you are good to go ahead and start using ShitStar for title manifest retrieval.
- Parse search response
- Parse manifest response
- Tidy code