mirror of
https://github.com/chibicitiberiu/ytsm.git
synced 2024-02-24 05:43:31 +00:00
.idea | ||
config | ||
external | ||
YtManager | ||
YtManagerApp | ||
.gitignore | ||
manage.py | ||
readme.md |
#YouTube Subscription Manager A self-hosted tool which manages your YouTube subscriptions, and downloads files automatically.
Dependencies
- python3:
$ apt install python3
- pip:
$ apt install python3-pip
- django:
$ pip3 install django
- crispy_forms:
$ pip3 install django-crispy-forms
- youtube-dl:
$ pip3 install youtube-dl
- google-api-python-client:
$ pip3 install google-api-python-client
- google_auth_oauthlib:
$ pip3 install google_auth_oauthlib
- apscheduler (v3.5+):
$ pip3 install apscheduler
- (recommended) oauth2client:
$ pip3 install oauth2client