r-anime / flairsite

Site for awarding and setting custom flairs
https://flair.r-anime.moe
MIT License
5 stars 1 forks source link

/r/anime User Flair Website deploy status

Website for letting users set their own flair on /r/anime. Built with Django as the backend and BootstrapVue (Bootstrap and embedded Vue.js) on the frontend.

Features

Requirements

Python 3.6+

Setup

Setup Reddit authorised applications. This projects makes use of an 'web app' application for reading other users accounts (Set 'redirect uri' as https://example.com/accounts/reddit/login/callback/).

It also uses a separate 'personal use script' for an individual account that will be responsible for setting the flairs on the target subreddit. Ensure that account has subreddot permissions to set flairs on the target subreddit (moderator permissions).

You can make apps on Reddit here for a logged in account.