Commit Graph

4 Commits (f4fe6e717ed47c4a5ffa8dead29cceb21ed4609b)

Author SHA1 Message Date
Alexandre Racine f4fe6e717e Program documentation
* Comments the code

* Includes a README file
2023-06-16 22:51:47 +02:00
Alexandre Racine 442a89b81b 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
Alexandre Racine f647a4fdee 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
Alexandre Racine b3d77eb3ab Initial commit 2023-06-08 19:12:28 +02:00