This project has been created due to my mom's easier life (and yes for my educational purpose also).
This project can be used to play episodes in series continuously in fullscreen mode (on a specific website, since html code in each website wouldn't be exactly the same).
Also it can skip intro, outro of each episode but this part needs to be tune in every series.
Note that, this project requires python3 (version 3.12.2) and virtualenv (which usually comes along with python3.3 or later)
-
Clone this repository to wherever you want
-
Go to that directory, then use this command to create virtualenv
python3 -m venv .venv
-
Then use below command to download required libs
pip install -r requirements.txt
-
Next, you have to set value in
.env
file -
Now, you are ready to run the code!
Just simply run python auto_clicket.py