Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.04 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.04 KB

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