Linux Python client for Inoreader notifications
 
 
Go to file
Alexandre Racine 760a12823f Replace config process & improve oauth
* Replaces config.ini with config.json
  and initiates a workflow to check for
  presence of config file. If not ask
  user to create it and stores it in
  HOME/USER/.config/inopy directory

* Improves oauth access token obtention
  with Flask framework depending on
  production or development status

* Improves also oauth refresh workflow
  when access token has expired
2023-06-10 17:55:50 +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 Replace config process & improve oauth 2023-06-10 17:55:50 +02:00
notif.py Initial commit 2023-06-08 19:12:28 +02:00
oauth.py Replace config process & improve oauth 2023-06-10 17:55:50 +02:00
refresh.py Replace config process & improve oauth 2023-06-10 17:55:50 +02:00