Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 680 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 680 Bytes

alienbox

An open source menubar application for checking your reddit inbox.

Binaries and screenshots available at http://a9.io/alienbox

Icons within the interface provided by icomoon.

========== Want to build it yourself? You'll need node, electron, and electron-packager. Edit config.json with your web (explicit) reddit application's public/secret keys. Make sure your application's redirect uri is http://localhost:8123/auth (a temporary express instance which is initialized every time the user wants to authorize). Install the dependencies (npm install is fastest), and then run npm run build and a binary should be packaged for you.