A youtube scraper that finds channels and videos in a simple and clean way.
- Clone this repo.
- Run
setup_venv.ps1
to create the virtual env. - Run
ui2py.ps1
to convert the ui files. - Run
python -m ytapi
to run the program.
- Clone this repo.
- Run
setup_venv.ps1
to create the virtual env. - Open the workspace is VSCode.
- Select the venv in the venv menu.
- The ui conversion is run automatically before running the app.