Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.04 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.04 KB

GabDecker

GabDecker.com is a TweetDeck-like interface to Gab.com.

Other than persistence and file uploading, the code will run in elm reactor. But you need to copy src/GabDecker/Authorization.elm.template to src/GabDecker/Authorization.elm and fill in your middleware server information.

git clone git@github.com:melon-love/gabdecker.git
cd gabdecker
cp src/GabDecker/Authorization.elm.template \
   src/GabDecker/Authorization.elm
# Edit src/GabDecker/Authorization.elm
# for your middleware server
elm reactor

Then aim your browser at http://localhost:8000/src/Main.elm

You won't be able to authenticate with Gab, unless you set up a billstclair/elm-oauth-middleware server, and use a fake host, listed as a redirectUri in that server's configuration. Without an authorization server, you can use cloned data, from the site/json directory.

Bill St. Clair - 14 September, 2018