项目作者: santhoshse7en

项目描述 :
Simple YouTube Details Scraper using Python
高级语言: Python
项目地址: git://github.com/santhoshse7en/YouTube-Scraper.git
创建时间: 2019-02-24T14:14:00Z
项目社区:https://github.com/santhoshse7en/YouTube-Scraper

开源协议:MIT License

下载


YouTube-Scraper

This python script scrape the YouTube details as follows like

  1. * Channel Name
  2. * Subscribers Count
  3. * Published Date
  4. * Views
  5. * Likes
  6. * Dislikes

and finally, returns the output in dictionary format

Dependencies

Use the package manager pip to install following

  1. pip install beautifulsoup4
  2. pip install requests
  3. pip install argparse

Usage

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

  1. python main.py -youtube_url https://www.youtube.com/watch?v=IRbuo1bwOoc
  2. or
  3. 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