mobibot is the #mobitopia IRC channel bot. https://github.com/ethauvin/mobibot
Find a file
2024-04-17 23:16:10 -07:00
.circleci Minor cleanups 2024-02-05 18:07:57 -08:00
.github/workflows Bumped workflow actions to latest version 2024-04-12 12:49:58 -07:00
.idea Reworked the ChatGPT JSON request programmatically 2024-03-03 22:19:30 -08:00
.vscode Bumped Guava to 33.1.0 2024-03-15 21:27:28 -07:00
config/detekt Bumped Detekt extension to version 0.9.4-SHAPSHOT 2024-04-17 23:16:03 -07:00
lib/bld Bumped Generated Version extension to 0.9.6-SNAPSHOT 2024-04-17 23:16:10 -07:00
licenses Added PircBotX license. 2022-01-19 22:55:21 -08:00
properties Added support for ChatGPT 3.5 Turbo 2023-12-18 14:14:08 -08:00
src Bumped Generated Version extension to 0.9.6-SNAPSHOT 2024-04-17 23:16:10 -07:00
website Added Google Gemini module 2023-12-17 21:33:02 -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 Ignored bin directory 2023-11-11 13:13:35 -08:00
.gitlab-ci.yml Minor cleanups 2024-02-05 18:07:57 -08:00
bitbucket-pipelines.yml Moved from Gradle to bld 2023-11-10 23:43:20 -08: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.sh Added Google Gemini module 2023-12-17 21:33:02 -08:00
LICENSE.txt Updated copyright 2023-01-29 00:46:48 -08:00
pom.xml Added Root POM for Snyk 2024-02-25 21:32:58 -08:00
README.md Bumped Kotlin to version 1.9.23 2024-03-10 00:07:30 -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.