mobibot is the #mobitopia IRC channel bot. https://github.com/ethauvin/mobibot
Find a file
2021-05-19 18:43:20 -07:00
.circleci Reverted to JDK 15 on CircleCI. 2021-05-10 17:20:57 -07:00
.github/workflows Moved env to test step. 2020-07-26 16:42:01 -07:00
.idea Cleanup. 2021-05-18 22:05:11 -07:00
config Added shudown() with associated Die and Kill commands. 2021-05-18 22:13:31 -07:00
gradle/wrapper Updated to Gradle 7.0.1 2021-05-16 07:58:06 -07:00
lib Added OpenWeatherMap weather module. 2017-04-02 18:13:10 -07:00
licenses Updated copyright. 2021-04-26 22:17:54 -07:00
properties Cleanup. 2021-05-13 21:37:16 -07:00
src Cleanup. 2021-05-18 23:48:25 -07:00
website Cleanup. 2020-07-11 18:32:57 -07:00
.editorconfig Misc. updates (whitespace, editorconfig, IDEA, etc.) 2018-07-13 01:09:09 -07:00
.gitattributes Updated to Kobalt 1.0.45 2017-04-02 18:12:00 -07:00
.gitignore Removed IDEA ipr. 2020-02-11 00:35:04 -08:00
.gitlab-ci.yml Updated to JDK >= 11 on CIs and switched to Gradle 7.0.1 2021-05-10 15:57:02 -07:00
.travis.yml Removed Sonarcloud from TravisCI. 2021-05-19 18:43:20 -07:00
bitbucket-pipelines.yml Added BitBucket and GitLab CIs. 2020-07-26 02:13:01 -07:00
build.gradle Updated to Gradle 7.0.1 2021-05-16 07:58:06 -07:00
deploy.sh Renamed ReleaseInfo.mustache to version.mustache. 2021-04-29 19:59:32 -07:00
gradlew Upgraded to Kotlin 1.4.0. 2020-08-17 14:30:24 -07:00
gradlew.bat Upgraded to Kotlin 1.4.0. 2020-08-17 14:30:24 -07:00
LICENSE.txt Updated copyright. 2021-04-26 22:17:54 -07:00
README.md Updaded dependencies. 2020-03-23 05:50:59 -07:00
settings.gradle Update dependencies. 2020-02-10 23:00:23 -08:00
version.mustache Renamed ReleaseInfo.mustache to version.mustache. 2021-04-29 19:59:32 -07:00
version.properties Truncate UTC timestamp to seconds. 2021-05-15 12:50:49 -07:00

License (3-Clause BSD) Known Vulnerabilities Build Status CircleCI

Some very basic instructions:

    { clone with git or download the ZIP }
    git clone https://github.com/ethauvin/mobibot.git

    cd mobibot

    { build with gradle }
    ./gradlew

    cd deploy

    { configure the properties }
    vi *.properties *.xml

    { help }
    java -jar mobibot.jar -h

    { twitter oauth token request }
    java -cp mobibot.jar net.thauvin.erik.mobibot.TwitterOAuth <consumerKey> <consumerSecret>

    { launch }
    /usr/bin/nohup java -jar mobibot.jar &