https://github.com/spongejump/youtube-web-scraper
https://github.com/spongejump/youtube-web-scraper
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/spongejump/youtube-web-scraper
- Owner: spongejump
- Created: 2024-09-23T18:42:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-23T18:43:46.000Z (over 1 year ago)
- Last Synced: 2025-03-20T08:41:23.747Z (about 1 year ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Web Scrapers
We scrape the website https://books.toscrape.com/ but you can change the code to scrape something else.
## Node.js & Puppeteer Usage
Install dependencies
```bash
cd web-scraper-node
npm install
```
Run the file
```bash
node scrape
```
## Python & BS4 Usage
Install dependencies
```bash
cd web-scraper-python
pip install -r requirements.txt
```
Run the file
```bash
python scrape.py
```