mobibot is the #mobitopia IRC channel bot. https://github.com/ethauvin/mobibot
Find a file
2023-01-04 02:54:48 -08:00
.circleci Switched to JDK 18 for CIs 2022-08-25 15:08:53 -07:00
.github/workflows Implemented a SocialManager with support for posting to both Twitter and Mastodon 2022-12-05 23:50:16 -08:00
.idea Implemented ChatGPT module 2022-12-04 16:14:03 -08:00
config Removed unnecessary threading (ThreadedModule, etc.) 2022-12-10 10:19:24 -08:00
gradle/wrapper Implemented ChatGPT module 2022-12-04 16:14:03 -08:00
licenses Added PircBotX license. 2022-01-19 22:55:21 -08:00
properties Implemented a SocialManager with support for posting to both Twitter and Mastodon 2022-12-05 23:50:16 -08:00
src Added tweet and toot commands 2023-01-04 02:54:48 -08:00
website Added tweet and toot commands 2023-01-04 02:54:48 -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 Switched to JDK 18 for CIs 2022-08-25 15:08:53 -07:00
bitbucket-pipelines.yml Switched to maven image 2022-09-17 13:18:00 -07:00
build.gradle Implemented ChatGPT module 2022-12-04 16:14:03 -08:00
deploy.sh Added seen count to info 2022-10-02 07:46:50 -07:00
gradlew Fixed uptime months calculation 2022-11-21 10:13:44 -08:00
gradlew.bat Fixed uptime months calculation 2022-11-21 10:13:44 -08:00
LICENSE.txt Updated copyright and licenses. 2022-01-01 07:08:08 -08:00
README.md Upgraded to Kotlin 1.7.20 2022-09-29 21:38:40 -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 Added stumped response from ChatGPT 2022-12-13 23:14:52 -08:00

mobibot

License (3-Clause BSD) Quality Gate Status

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 &