/strife

Discord profile display

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

Strife

Build

Strife is a little app for displaying Discord profiles, along with their associated links.

example

FAQ

  • Why can't I search for users? - Because they need to explicitly opt-in so we've got access to their connections data, and so we setup a specific GUID-based URL for them. In theory, I could add search, but I won't as I prefer allowing users to decide whether to share this data or not themselves.

Local setup

  1. Copy .env.example to .env and change the following:

  2. flask db upgrade to setup the database

  3. OAUTHLIB_INSECURE_TRANSPORT=1 FLASK_DEBUG=1 flask run to run the app

  4. Goto http://localhost:5000/

Wharf setup

  1. Add new app called 'Strife'
  2. Add a new Postgres database
  3. Set the following environment variables:
  4. Deploy!