https://github.com/haxorjim/youtube-tools
Power Tools for YouTube Subscribers
https://github.com/haxorjim/youtube-tools
Last synced: 3 days ago
JSON representation
Power Tools for YouTube Subscribers
- Host: GitHub
- URL: https://github.com/haxorjim/youtube-tools
- Owner: haxorjim
- License: mit
- Created: 2016-09-07T19:26:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T09:31:17.000Z (over 2 years ago)
- Last Synced: 2024-11-07T16:42:36.831Z (5 months ago)
- Language: Python
- Homepage:
- Size: 104 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - haxorjim/youtube-tools - Power Tools for YouTube Subscribers (Python)
README
# youtube-tools
Python script to generate an HTML file listing out all YouTube subscriptions by last video upload date. _Now with links!_
### Configure client_secrets.json
https://cloud.google.com/life-sciences/docs/how-tos/getting-started#download_credentials_for_api_access
### Setup the Enviornment
```
pipenv install
```### Run
```
pipenv run python youtube-tools.py > output.html
```