https://github.com/jtemporal/scrap-video-id-twitch
Some script to capture Video IDs
https://github.com/jtemporal/scrap-video-id-twitch
Last synced: 12 months ago
JSON representation
Some script to capture Video IDs
- Host: GitHub
- URL: https://github.com/jtemporal/scrap-video-id-twitch
- Owner: jtemporal
- Created: 2021-05-12T18:41:41.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-13T16:28:17.000Z (about 5 years ago)
- Last Synced: 2025-03-02T06:14:27.545Z (over 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twitch video ID scrapper
Chrome version: 90.0.4430.93
Driver version: 90.0.4430.24 (can be downladed [from this page](https://sites.google.com/a/chromium.org/chromedriver/downloads))
Python version: 3.8
## Env setup
```
python3 -m venv .env
source .env/bin/activate
pip install -U pip
pip install -r requirements.txt
```
## Running
Note: remember to activate your python environment:
```
python scrap_it.py
```
This will create a `twitch_video_ids.json` file when it finishes.
## TODO
- [ ] receive URL as param
- [ ] receive file name as param (optional)
- [ ] use logging instead of print