com.wohanley/robots

Some code that's been useful for making Twitter bots.

Leiningen/Boot

[com.wohanley/robots "1.0.0-SNAPSHOT"]

Clojure CLI/deps.edn

com.wohanley/robots {:mvn/version "1.0.0-SNAPSHOT"}

Gradle

implementation("com.wohanley:robots:1.0.0-SNAPSHOT")

Maven

<dependency>
  <groupId>com.wohanley</groupId>
  <artifactId>robots</artifactId>
  <version>1.0.0-SNAPSHOT</version>
</dependency>