{% extends 'notifpy/base.html' %} {% load static %} {% block body %}
It is a Django application, whose purpose is to mimic the features of a YouTube and a Twitch accounts, in terms of subscriptions, follows, and playlist management. It is open-source, more precisely developped under the MIT License. You can find the source code on GitHub (check out this repository: https://github.com/ychalier/notifpy).
Its purpose is the preservation of privacy without the cost of practicality, by allowing users to still follow content creators without having to rely on YouTube or Twitch recommandation system. This is a way of remaining in control of what one's see.
On desktop, it combines greatly with incognito navigation. On Android, applications such as YoutTube Vanced are fitted to be used with Notifpy. Similar applications for Twitch exist but are not advanced enough for it to be used on a regular basis. In both cases, remember to maintain an empty cache to get rid of history and recommandations.
Check out the repository,
it has releases
with .tar.gz
attached files, one per released version.
Download the latest one, and install it to your Python environment. Then add
"notifpy"
to the INSTALLED_APPS
of your
Django project, migrate the database, update your URLs, and voilĂ !