Skip to content

YouTube video release tracker, using Google Cloud Platform API / YouTube API V3.

License

Notifications You must be signed in to change notification settings

Dyl-M/youtube_release_tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • 🚨 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.

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.

About

YouTube video release tracker, using Google Cloud Platform API / YouTube API V3.

Topics

Resources

License

Stars

Watchers

Forks

Languages