mobibot is the #mobitopia IRC channel bot. https://github.com/ethauvin/mobibot
Find a file
Erik C. Thauvin 82b40a49b2
Update extensions
Bump JaCoCo Reports to version 0.9.10
Bump Generated Version to version 1.0.1
2025-04-13 13:29:32 -07:00
.circleci Bump JDK from version 20 to 21 2025-03-18 05:16:20 -07:00
.github/workflows Bump Kotlin matrix version to 2.1.20 2025-03-22 00:47:11 -07:00
.idea Bump bld to version 2.2.1 2025-03-18 05:06:57 -07: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 Update extensions 2025-04-13 13:29:32 -07: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 Bump JUnit to version 5.12.2 2025-04-13 13:28:38 -07: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 chore: Update copyright notices for 2025 2025-01-02 18:00:17 -08:00
pom.xml Update snapshot dependencies 2025-03-21 23:40:45 -07:00
README.md Bump Kotlin to version 2.1.20 2025-03-20 10:38:09 -07: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.