{% extends 'notifpy/base.html' %} {% load static %} {% block body %}

Welcome to Notifpy!

What is it?

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.

Install it for yourself!

Simply use:

pip install --extra-index-url https://packages.chalier.fr django-notifpy

Also, you may check out the repository. Add "notifpy" to the INSTALLED_APPS of your Django project, migrate the database, update your URLs, and voilĂ !

{% endblock %}