Commit Graph

9 Commits

Author SHA1 Message Date
Ariana Giroux 03f2f966d7 Updates python to update tags on owncast server
- removes the nsfw tag function
- adds functionality to the tags update endpoint to process raw data
  from client
2022-08-04 17:41:40 -06:00
Ariana Giroux 2306bbc2e7 Updates get_status endpoint for compatibility
- get_status endpoint now actually accesses two different endpoints from
  the owncast server api, as some of the endpoints have changed since
  development began
- adds various documentation to app.py
2022-08-04 17:33:59 -06:00
Ariana Giroux c8fe794144 Fixes post endpoint for updating stream title
- adds python import, flask.Request
- ensures flask endpoint /api/update/streamtitle returns valid status
  code response.
- updates static/script.js "updateStreamTitle" to accept variable input
2022-07-24 16:56:48 -06:00
Ariana Giroux b7fcfe2b4a FIX: fixes path to template to reflect f2fb50e 2022-07-24 14:38:24 -06:00
Ariana Giroux 224c724cc0 Added more sophisticated flask usage to app.py
- enables the user to simply execute the file to run the flask app
2022-07-24 14:34:08 -06:00
Ariana Giroux 517c1b071d Added a more sophisticated json loading interface
- this should provide more verbose output in the case that the json file
  either doesn't exist or isn't formatted correctly
2022-07-24 14:33:09 -06:00
Ariana Giroux e4fe12befe Added basic usage documentation to app.py 2022-07-24 14:32:33 -06:00
Ariana Giroux 15030d01c8 Implemented full api via flask
- moves runner.py to app.py
- implements flask api routing & interface for app.py
- updates the various ui elements to reflect full data load
2022-07-22 17:14:19 -06:00
Ariana Giroux 5632957041 More updates to the .gitignore for python 2022-07-22 12:23:24 -06:00
Renamed from runner.py (Browse further)