Skip to content

tomverran/spoiler-free

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

spoiler-free

Build Status GitHub release

An app to unsubscribe from /r/formula1 every race weekend to avoid accidental spoilers.

Installation

I am hosting the app on Heroku but I also ship a .deb so you can install it on a Debian based OS supporting Systemd. You'll need the JRE installed.

To install the app:

# download the deb and install
wget https://github.com/tomverran/spoiler-free/releases/download/x.x.x/spoiler-free.deb
dpkg -i spoiler-free.deb

# configure the app with the secret env vars
echo "REDDIT_CLIENT_ID=???" >> /etc/default/spoiler-free
echo "REDDIT_CLIENT_SECRET=???" >> /etc/default/spoiler-free
echo "REDDIT_REDIRECT_URL=???" >> /etc/default/spoiler-free
echo "DYNAMO_TABLE=???" >> /etc/default/spoiler-free

# restart the service so it picks up the config
systemctl restart spoiler-free.service

You'll also need AWS credentials set up dependent on where / how you're running things. To create the required AWS resources use the app.yml cloudformation to create a stack.

About

An app to unsubscribe from /r/formula1 every race weekend

Resources

Stars

Watchers

Forks

Packages

No packages published