twitter-bot

Hooks into the firehose to listen for tweets, and can tweet back

Leiningen/Boot

[twitter-bot "1.0.0-SNAPSHOT"]

Clojure CLI/deps.edn

twitter-bot/twitter-bot {:mvn/version "1.0.0-SNAPSHOT"}

Gradle

implementation("twitter-bot:twitter-bot:1.0.0-SNAPSHOT")

Maven

<dependency>
  <groupId>twitter-bot</groupId>
  <artifactId>twitter-bot</artifactId>
  <version>1.0.0-SNAPSHOT</version>
</dependency>