mobibot is the #mobitopia IRC channel bot. https://github.com/ethauvin/mobibot
Find a file
2022-04-01 20:01:23 -07:00
.circleci Bumped CIs to Java 11 & 17. 2021-11-09 10:03:15 -08:00
.github/workflows Moved to JDK 18. 2022-03-23 11:58:18 -07:00
.idea Simplified games output even more. 2022-03-27 13:37:16 -07:00
config Simplified games. 2022-03-27 12:35:55 -07:00
gradle/wrapper Update to Kotlin 1.6.20 and Gradle 7.4.2 2022-04-01 20:01:23 -07:00
lib Added OpenWeatherMap weather module. 2017-04-02 18:13:10 -07:00
licenses Added PircBotX license. 2022-01-19 22:55:21 -08:00
properties Added support for disabled-modules and disabled-commands properties. 2022-01-08 23:11:44 -08:00
src Games modules are restricted to one-line response. 2022-03-28 21:20:10 -07:00
website Updated website docs. 2022-01-19 15:25:07 -08:00
.editorconfig Updated dependencies. 2021-07-06 17:08:41 -07:00
.gitattributes Updated to Kobalt 1.0.45 2017-04-02 18:12:00 -07:00
.gitignore Updated dependencies. 2021-07-06 17:08:41 -07:00
.gitlab-ci.yml Bumped CIs to Java 11 & 17. 2021-11-09 10:03:15 -08:00
bitbucket-pipelines.yml Moved to JDK 18. 2022-03-23 11:58:18 -07:00
build.gradle Update to Kotlin 1.6.20 and Gradle 7.4.2 2022-04-01 20:01:23 -07:00
deploy.sh Updated dependencies. 2021-07-06 17:08:41 -07:00
gradlew Dependencies updates. Kotlin 1.5.30. 2021-08-24 18:56:33 -07:00
gradlew.bat Upgraded to Kotlin 1.4.0. 2020-08-17 14:30:24 -07:00
LICENSE.txt Updated copyright and licenses. 2022-01-01 07:08:08 -08:00
README.md Updated dependencies. 2022-02-14 22:40:06 -08:00
settings.gradle Dependencies update. 2021-07-30 01:14:06 -07:00
version.mustache Renamed ReleaseInfo.mustache to version.mustache. 2021-04-29 19:59:32 -07:00
version.properties Games modules are restricted to one-line response. 2022-03-28 21:20:10 -07:00

License (3-Clause BSD) Quality Gate Status Known Vulnerabilities GitHub CI 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 &