Go to file
2018-10-27 16:05:56 +03:00
.idea Added missing bootstrap files. Tested on Linux. 2018-10-27 16:05:56 +03:00
config Fixed multiple issues in configparser usage and implementation. Added dropdowns for sort order, and used the values everywhere. 2018-10-27 03:33:45 +03:00
YtManager Fixed multiple issues in configparser usage and implementation. Added dropdowns for sort order, and used the values everywhere. 2018-10-27 03:33:45 +03:00
YtManagerApp Added missing bootstrap files. Tested on Linux. 2018-10-27 16:05:56 +03:00
.gitignore Added missing bootstrap files. Tested on Linux. 2018-10-27 16:05:56 +03:00
manage.py Initial commit 2018-10-04 14:36:11 +03:00
readme.md Added missing bootstrap files. Tested on Linux. 2018-10-27 16:05:56 +03:00

#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