A YouTube project able to track the latest video releases among my subscriptions. The videos will be added to 3 specific playlist
- 🚨 BANGER RADAR: music releases among a selection of music channels.
- 📡 RELEASE RADAR: regular music releases among my subscriptions.
- ⏳ Watch Later 2K24 (Private): other type of video to Watch Later (since regular Watch Later playlist can't be manipulated with the API).
This project follows up the developments made in the Automated YouTube Playlist project, evolving on a smaller panel of YouTube channels with fewer fluctuations.
Elements followed by (IGNORED)
are kept ignored / hidden by git for privacy purpose or for being useless for code
comprehension or workflow execution.
├── .github
│ ├── ISSUE_TEMPLATE
│ │ ├── feature_request.yml
│ │ └── issue_report.yml
│ ├── workflows
│ │ ├── licence_workflow.yml
│ │ └── update_workflow.yml
│ └── dependabot.yml
│
├── data
│ ├── add-on.json
│ ├── api_failure.json
│ ├── playlists.json
│ ├── pocket_tube.json
│ └── stats.csv
│
├── media
│
├── src
│ ├── _sandbox.py
│ ├── analytics.py
│ ├── deprecated_functions.py
│ ├── main.py
│ └── youtube.py
│
├── tokens (IGNORED)
│
├── .deepsource.toml
├── .gitignore
├── LICENSE
├── notes.txt
├── README.md
└── requirements.txt
Codes are reviewed by the DeepSource bot.