#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`