{% extends 'notifpy/base.html' %} {% load static from staticfiles %} {% block body %}
Notifpy is a web application developped for the Django framework. It mimics the features of a YouTube account in terms of subscriptions and playlists management. It also manages follows of Twitch users.
Its purpose is the preservation of privacy. In order to maintain anonymity for a desktop browser, remember to clear the cache and session cookies, or YouTube will store your history in those and still make recommandations.
On Android, apps such as YoutTube Vanced can be helpful, but also remember to clear application's user data to get rid of history and recommandations.
The project is available on GitHub at https://github.com/ychalier/notifpy.
{% endblock %}