Dyl-M / youtube_release_tracker

YouTube video release tracker, using Google Cloud Platform API / YouTube API V3.
MIT License
0 stars 0 forks source link
github-actions google-cloud-platform python youtube youtube-api

YouTube Release Tracker

GitHub last commit GitHub commit activity DeepSource DeepSource

Twitter Follow Twitch Status Reddit User Karma

Repository illustration

A YouTube project able to track the latest video releases among my subscriptions. The videos will be added to 3 specific playlist

This project follows up the developments made in the Automated YouTube Playlist project, evolving on a smaller panel of YouTube channels with fewer fluctuations.

Repository structure

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

External information

Codes are reviewed by the DeepSource bot.