mobibot is the #mobitopia IRC channel bot. https://github.com/ethauvin/mobibot
Find a file
Erik C. Thauvin 700369d7c9
Updated dependencies
Bumped JUnit to version 5.11.4
Bumped Log4j to version 2.24.3
Bumped Commons Text to version 1.13.0
Bumped Jsoup to version 1.18.3
Bumped Kotlin Coroutines to version 1.10.1
Bumped Kotlin extension to version 1.0.3
2024-12-21 06:59:40 -08:00
.circleci Test against Kotlin 2.0.20 in CI workflows 2024-09-10 00:09:47 -07:00
.github/workflows Updated dependencies 2024-11-27 22:24:45 -08:00
.idea Updated dependencies 2024-11-27 22:24:45 -08:00
.vscode Bumped Guava to 33.1.0 2024-03-15 21:27:28 -07:00
config/detekt Moved to LangChain4J for ChatGPT and Gemini modules 2024-09-08 19:30:53 -07:00
lib/bld Updated dependencies 2024-12-21 06:59:40 -08:00
licenses Added PircBotX license. 2022-01-19 22:55:21 -08:00
properties Moved to LangChain4J for ChatGPT and Gemini modules 2024-09-08 19:30:53 -07:00
src Updated dependencies 2024-12-21 06:59:40 -08:00
website Moved to LangChain4J for ChatGPT and Gemini modules 2024-09-08 19:30:53 -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 Moved to LangChain4J for ChatGPT and Gemini modules 2024-09-08 19:30:53 -07:00
.gitlab-ci.yml Cleaned up CI workflows 2024-07-15 20:59:04 -07:00
bitbucket-pipelines.yml Cleaned up CI workflows 2024-07-15 20:59:04 -07:00
bld Moved from Gradle to bld 2023-11-10 23:43:20 -08:00
bld.bat Moved from Gradle to bld 2023-11-10 23:43:20 -08:00
deploy.fish Converted deploy script to fish 2024-09-18 20:38:04 -07:00
LICENSE.txt Bumped VertexAI (Gemini) to version 1.2.0 2024-04-26 16:49:52 -07:00
pom.xml Bumped Kotlin Coroutines to version 1.9.0 2024-09-18 20:28:58 -07:00
README.md Updated dependencies 2024-11-27 22:24:45 -08:00
release_info.txt Bumped to Kotlin 1.9.22 2023-12-24 12:11:11 -08:00
sonar-project.properties Moved from Gradle to bld 2023-11-10 23:43:20 -08:00

mobibot

License (3-Clause BSD) Kotlin bld 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 JAR and deploy
    ./bld jar deploy

    cd deploy

    # configure the properties
    vi *.properties *.xml

    # help
    java -jar mobibot.jar -h
    
    # launch
    /usr/bin/nohup java -jar mobibot.jar &

For a listing of features, see the website.