Skip to content

Little Youtube scrapper made in Python with BeautifulSoup

Notifications You must be signed in to change notification settings

lagarrueal/youtube_scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

youtube_scrapper

Little Youtube scrapper made in Python with BeautifulSoup.

Takes a JSON file containing Youtube videos id in input.

Takes the name of the output file containing the scrapped data as a second parameter.

RUNNING PIP

pip install --upgrade pip

pip install -r requirements.txt

RUN THE SCRIPT

The script is made to run in the terminal, so you need to run it with the command: python3 scrapper.py --input input.json --output output.json

RUN THE TESTS

The tests are made with pytest, so you need to run it with the command: python -m pytest tests/

CODE COVERAGE

The code coverage is made with pytest-cov, so you need to run it with the command: pytest --cov=. tests/

About

Little Youtube scrapper made in Python with BeautifulSoup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages