mobibot is the #mobitopia IRC channel bot. https://github.com/ethauvin/mobibot
Find a file
Erik C. Thauvin 4d2f1e7978
Update dependencies
Bump Detekt extension to version 0.9.9
Bump Generated Version extension t version 1.0.0

Bump Commons Codec to version 1.18.8
Bump Gson to version 2.12.1
Bump SLF4J to version 2.0.17
Bump org.json to version 20250107
Bump Jsoup to version 1.19.1
Bump Junit to version 5.12.1
2025-03-18 05:15:38 -07:00
.circleci Bump Kotlin to version 2.1.10 2025-03-18 05:08:37 -07:00
.github/workflows Bump Kotlin to version 2.1.10 2025-03-18 05:08:37 -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 dependencies 2025-03-18 05:15:38 -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 Update dependencies 2025-03-18 05:15: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 dependencies 2025-03-18 05:15:38 -07:00
README.md Bump Kotlin to version 2.1.10 2025-03-18 05:08:37 -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.