Skip to content

santhoshse7en/YouTube-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

YouTube-Scraper

This python script scrape the YouTube details as follows like

* Channel Name
* Subscribers Count
* Published Date
* Views
* Likes
* Dislikes

and finally, returns the output in dictionary format

Dependencies

Use the package manager pip to install following

pip install beautifulsoup4
pip install requests
pip install argparse

Usage

Download it by clicking the green download button here on Github. You only need to parse argument of YouTube URL.

python main.py -youtube_url https://www.youtube.com/watch?v=IRbuo1bwOoc

or

python main.py -yt https://www.youtube.com/watch?v=IRbuo1bwOoc

Output

capture

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Releases

No releases published

Packages

No packages published

Languages