Python Scripts

Before scraping and crawling public contents from a channel or websites, you should obtain the permission of copyright owners in compliance with their terms of service.

Install Python from Python.org

Python script to extract video links and basic information of YouTube channels

Bash commands

Directory navigation: cd directory per Builtin in Oct 2022

cd Scripts/Python_Scripts
cd .. /* navigating up */
python youtubescrapingos.py

Python script to extract websites pages in a library

BUT sometimes for a dynamic website with lazy rendering, scraping may need Nodejs scripts, but the selectors need to be identified, which didn't work out well enough

Python virtual environment in VS Code

Per Jie Jenn in early 2023, virtual environment is an isolated environment that allows you to install Python packages and dependencies for a specific project without affecting other projects, easier to share.