Bot for https://kingdomlikes.com that logins into your kingdomlikes account then will start viewing youtube videos. It will automatically switch to viewing website if it can't find any videos and vice versa.
- Clone this repo
- Download python at https://www.python.org/downloads/
- Download
chromedriver
v96.x.xxxx.xx at https://chromedriver.chromium.org/downloads - Make sure
app.py
andchromedriver
are both in the same directory. - run
pip install selenium
- Open config.py then add your kingdomlikes.com credentials
- run
python app.py
- By default the browser window will be hidden.
- If you want the browser window to show change
headless = "true"
toheadless = "false"