mobibot is the #mobitopia IRC channel bot. https://github.com/ethauvin/mobibot
Find a file
2022-01-19 22:55:21 -08:00
.circleci Bumped CIs to Java 11 & 17. 2021-11-09 10:03:15 -08:00
.github/workflows Bumped CIs to Java 11 & 17. 2021-11-09 10:03:15 -08:00
.idea Upgraded to Gradle 7.3.2 2021-12-17 01:42:02 -08:00
config Added support for disabled-modules and disabled-commands properties. 2022-01-08 23:11:44 -08:00
gradle/wrapper Updated dependencies. 2022-01-01 06:37:44 -08: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 Added Names holding object to Addons. 2022-01-18 10:03:50 -08: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 Bumped CIs to Java 11 & 17. 2021-11-09 10:03:15 -08:00
build.gradle Updated website docs. 2022-01-19 15:25:07 -08: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 Removed TravisCI. 2021-05-20 20:09:01 -07: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 Updated website docs. 2022-01-19 15:25:07 -08:00

License (3-Clause BSD) 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 &