palfrey / strife

Discord profile display

Home Page:https://strife-profile.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

Discord profile display

https://strife-profile.herokuapp.com/

License:GNU Affero General Public License v3.0


Languages

Language:Python 70.0%Language:HTML 27.2%Language:Mako 2.3%Language:Shell 0.3%Language:Procfile 0.2%