/youtube_scraper

# Python youtube scraper _A youtube scraper that finds channels and videos in a simple and clean way._ ## Run - 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. ## Develop - 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.

Primary LanguagePython

Python youtube scraper

A youtube scraper that finds channels and videos in a simple and clean way.

Run

  • 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.

Develop

  • 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.