Linux Python client for Inoreader notifications
 
 
Go to file
Alexandre Racine 8aa7bc2dc9 Unread feed filter & oauth refactoring
* Filters unread feed to not include
  folders (categories) in which the
  feed is present. To avoid get double
  notification

* Refactores oauth process with functions
  to run the process according to
  development or production mode

  Refactores thread function to ensure
  flask server has started before opening
  the browser
2023-06-13 19:39:39 +02:00
templates Initial commit 2023-06-08 19:12:28 +02:00
.gitignore Initial commit 2023-06-08 19:12:28 +02:00
COPYING.md Initial commit 2023-06-08 19:12:28 +02:00
config.ini Replace config process & improve oauth 2023-06-10 17:55:50 +02:00
config.py Replace config process & improve oauth 2023-06-10 17:55:50 +02:00
ino.py Unread feed filter & oauth refactoring 2023-06-13 19:39:39 +02:00
notif.py Initial commit 2023-06-08 19:12:28 +02:00
oauth.py Unread feed filter & oauth refactoring 2023-06-13 19:39:39 +02:00
refresh.py Replace config process & improve oauth 2023-06-10 17:55:50 +02:00