A very basic Flask server that prompts the user for an instance domain, sends them through authentication flow, then displays a bare bones home timeline view. Basically just a proof of concept, feel free to use it for whatever you like.
Go to file
Kairi Anderson fb34edc21a Initial commit. 2023-02-19 16:28:53 -06:00
app Initial commit. 2023-02-19 16:28:53 -06:00
.gitignore Initial commit. 2023-02-19 16:28:53 -06:00
README.md Initial commit. 2023-02-19 16:28:53 -06:00
deploy.sh Initial commit. 2023-02-19 16:28:53 -06:00
register_app.py Initial commit. 2023-02-19 16:28:53 -06:00
requirements.txt Initial commit. 2023-02-19 16:28:53 -06:00

README.md

GoToSocial FE

I'm gonna try to make a GoToSocial front-end. Right now, using Flask.

Usage

./deploy.sh development or ./deploy.sh production to run the Flask server.