Update README.md

full_example
Mark Cotton 2023-05-29 22:33:39 -05:00 committed by GitHub
parent 834d464add
commit d6a8dd85b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -11,3 +11,5 @@ There is file `settings.py` that is needed to run. Please reach out to api_supp
I encluded an example Flask server in `server.py`. This shows how to wire it up to a login route and handle the callback.
You can also use this in a script by running in iPython in interactive mode `ipython -i server.py`. After you complete to login process, you can hit `CTRL-C` to stop the Flask server. You can then look at the `een` object to get all the instance variables.
There is also a `Playground.ipynb` that you can run in Jupyter Notebook.