mobibot is the #mobitopia IRC channel bot. https://github.com/ethauvin/mobibot
Find a file
2022-09-16 10:37:15 -07:00
.circleci Switched to JDK 18 for CIs 2022-08-25 15:08:53 -07:00
.github/workflows Added secrets 2022-09-16 00:34:07 -07:00
.idea Implemented seen command 2022-09-15 21:43:14 -07:00
config Implemented module to query Wolfram Alpha 2022-09-16 00:01:00 -07:00
gradle/wrapper Updated dependencies 2022-08-15 09:51:47 -07:00
lib Switched to PircbotX 2.4-SNAPSHOT 2022-09-04 09:52:55 -07:00
licenses Added PircBotX license. 2022-01-19 22:55:21 -08:00
properties Implemented module to query Wolfram Alpha 2022-09-16 00:01:00 -07:00
src Seen is now keeping track of nicks using a TreeMap on various events (nick change, join, etc.) 2022-09-16 10:37:15 -07:00
website Seen is now keeping track of nicks using a TreeMap on various events (nick change, join, etc.) 2022-09-16 10:37:15 -07: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 Switched to JDK 18 for CIs 2022-08-25 15:08:53 -07:00
bitbucket-pipelines.yml Moved to JDK 18. 2022-03-23 11:58:18 -07:00
build.gradle Updated dependencies and misc. cleanup 2022-09-16 00:03:49 -07:00
deploy.sh Switched to PircbotX 2.4-SNAPSHOT 2022-09-04 09:52:55 -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 Cleaned up usage and README 2022-09-13 13:00:17 -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 Seen is now keeping track of nicks using a TreeMap on various events (nick change, join, etc.) 2022-09-16 10:37:15 -07:00

mobibot

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 &