https://github.com/santhoshse7en/youtube-scraper
Simple YouTube Details Scraper using Python
https://github.com/santhoshse7en/youtube-scraper
python python3 without-api youtube youtube-scraper youtube-without-api
Last synced: 8 months ago
JSON representation
Simple YouTube Details Scraper using Python
- Host: GitHub
- URL: https://github.com/santhoshse7en/youtube-scraper
- Owner: santhoshse7en
- License: mit
- Created: 2019-02-24T14:14:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-13T02:38:14.000Z (about 7 years ago)
- Last Synced: 2025-04-11T03:15:11.431Z (about 1 year ago)
- Topics: python, python3, without-api, youtube, youtube-scraper, youtube-without-api
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 7
- Watchers: 0
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://pip.pypa.io/en/stable/) to install following
```bash
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.
```bash
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

## 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](https://choosealicense.com/licenses/mit/)