/twitter-bot

A starting project for a Twitter bot written in Kotlin and Gradle

Primary LanguageKotlin

twitter-bot

A starting project for a Twitter bot written in Kotlin and Gradle.

To clone this project simply run the following command in your terminal:

git clone https://github.com/yonatankarp/twitter-bot.git

To run and test that the project works as expected you can run the following command:

./gradlew clean build && java -jar ./build/libs/twitter-bot-1.0-SNAPSHOT.jar

Prerequisite

In order to run the bot you need to have all the following installed on you machine:

  • Java JDK 1.8 or newer (see here)