mobibot is the #mobitopia IRC channel bot. https://github.com/ethauvin/mobibot
Find a file
2025-05-16 01:51:29 -07:00
.circleci Add SKDMAN! manual installation steps 2025-05-09 11:34:23 -07:00
.github/workflows Bump Kotlin to version 2.1.21 2025-05-15 21:47:24 -07:00
.idea Reimplement StockQuote module using Finnhub 2025-05-09 19:01:41 -07:00
.vscode Bumped Guava to 33.1.0 2024-03-15 21:27:28 -07:00
config/detekt Implement currency converter module using data from Frankfurter.dev 2025-05-16 01:51:29 -07:00
lib/bld Generate and convert JUnit test reports for xunit-viewer 2025-05-15 21:48:00 -07:00
licenses Added PircBotX license. 2022-01-19 22:55:21 -08:00
properties Implement currency converter module using data from Frankfurter.dev 2025-05-16 01:51:29 -07:00
src Implement currency converter module using data from Frankfurter.dev 2025-05-16 01:51:29 -07:00
website Implement currency converter module using data from Frankfurter.dev 2025-05-16 01:51:29 -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 Revert "Add JitPack token" 2025-04-18 17:24:30 -07:00
bitbucket-pipelines.yml Revert "Add JitPack token" 2025-04-18 17:24:30 -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 Bump LangChain4J to version 1.0.0 2025-05-15 22:06:27 -07:00
README.md Bump Kotlin to version 2.1.21 2025-05-15 21:47:24 -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.