Lobste.rs twitter bot
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
project
src
.gitignore
.travis.yml
LICENSE
README.md
build.sbt
deploy
lobsters

README.md

Lobste.rs Twitter Bot

Build Status

Fetches a lobste.rs XML feed and tweets items newer than a set number of days and with a score greater than a given number.

This is the source code behind lobstersbot. Tweets are created every hour.

Usage

sbt assembly
java -jar <jar file> --help

--help will show supported options.