Implemented Pinboard.in integration.

This commit is contained in:
Erik C. Thauvin 2017-05-17 17:38:14 -07:00
parent 16953c8f98
commit 73dbd6c0d8
12 changed files with 214 additions and 157 deletions

View file

@ -14,6 +14,7 @@ import java.io.FileInputStream
import java.util.*
val bs = buildScript {
repos(localMaven())
}
val mainClassName = "net.thauvin.erik.mobibot.Mobibot"
@ -72,7 +73,7 @@ val p = project {
compile("net.objecthunter:exp4j:0.4.8")
compile("org.twitter4j:twitter4j-core:4.0.6")
compile("net.sf.delicious-java:delicious:1.14")
compile("net.thauvin.erik:pinboard-poster:0.9.1")
compile(file("lib/owm-japis-2.5.0.5.jar"))