Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haxorjim/youtube-tools
Power Tools for YouTube Subscribers
https://github.com/haxorjim/youtube-tools
Last synced: 2 months 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 (about 2 years ago)
- Last Synced: 2024-08-01T19:54:28.844Z (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!_![Screenshot](screenshot.png)
### 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
```