Commit Graph

3 Commits (7c3c922529329c26f05cc4f777059e83817254f4)

Author SHA1 Message Date
Alexandre Racine 7c3c922529 Set logging process
* Sets logging method and
  replaces basic "print" with
  logs

* Replaces /HOME/USER/.config/ directory
  with /HOME/USER/.inopy directory

* Moves config directory in new /HOME/USER/.inopy
  directory and creates a new "logs" directory

* Adapts README file
2023-07-01 18:07:25 +02:00
Alexandre Racine f4fe6e717e Program documentation
* Comments the code

* Includes a README file
2023-06-16 22:51:47 +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