- make sure you have a recent version of cabal installed
- clone this repo somewhere
- clone the
reddit
repo into../reddit
(relative to this repo) cabal sandbox init
cabal sandbox add-source ../reddit
cabal install
.cabal-sandbox/bin/intolerable-bot USERNAME PASSWORD SUBREDDIT_NAME REPLY_FILE
likeintolerable-bot intolerable-bot $PASSWORD Dota2 reply.md
- make sure you have a recent version of cabal installed
- clone this repo somewhere
- clone the
reddit
repo into../reddit
(relative to this repo) cabal install ../reddit
cabal install
intolerable-bot USERNAME PASSWORD SUBREDDIT_NAME REPLY_FILE
(assuming yourcabal/bin
directory is in your$PATH
)
if you want to change the text for the original bot that runs on /r/Dota2, fork this repo, edit it, and send me a pull request