A project related to YouTube API. Add YouTube videos to playlists and update them automatically. This project will concern the following playlist:
- 🎧🔴 Music Livestreams: Music radios on YouTube.
- 🎧 Mixes - Podcasts - Live performances: Mixes, podcasts and live performances by a selection of DJs / musicians, labels and independent music curators.
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
│ │ ├── cron_workflow.yml
│ │ ├── licence_workflow.yml
│ │ └── update_workflow.yml
│ └── dependabot.yml
│
├── archive (IGNORED)
│ ├── 2022
│ │ ├── history_2022.log
│ │ └── mix_history_2022.csv
│ └── 2023
│ ├── history_20223.log
│ └── mix_history_2023.csv
│
├── cmd (IGNORED)
│
├── data
│ ├── add-on.json
│ ├── mix_history.csv
│ ├── playlists.json
│ └── pocket_tube.json
│
├── log
│ ├── history.log
│ └── last_exe.log
│
├── notebooks
│ ├── .ipynb_checkpoints (IGNORED)
│ └── playlists_report.ipynb
│
├── src
│ ├── _sandbox.py
│ ├── analytics.py
│ ├── cron_update.py
│ ├── main.py
│ └── youtube_req.py
│
├── tokens (IGNORED)
│
├── .deepsource.toml
├── .gitignore
├── LICENSE
├── notes.txt
├── README.md
└── requirements.txt
Codes are reviewed by the DeepSource bot.