mobibot is the #mobitopia IRC channel bot. https://github.com/ethauvin/mobibot
Find a file
2023-11-01 22:10:50 -07:00
.circleci Disabled JDK 19 from CircleCI 2023-05-21 01:18:05 -07:00
.github/workflows Added ExchangeRate-API enviornment variable 2023-09-22 04:21:24 -07:00
.idea Upgraded to Kotlin 1.9.20 2023-11-01 22:10:50 -07:00
config Upgraded to Kotlin 1.9.20 2023-11-01 22:10:50 -07:00
gradle/wrapper Updated dependencies 2023-10-13 12:37:20 -07:00
licenses Added PircBotX license. 2022-01-19 22:55:21 -08:00
properties Switched to ExchangeRate-API 2023-09-22 03:06:08 -07:00
src Cleaned up code 2023-11-01 22:02:54 -07:00
website Removed twitter module 2023-05-21 00:01:01 -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 Updated dependencies 2023-09-01 15:29:45 -07:00
.gitlab-ci.yml Moved to JDK 17 for GitLab and BitBucket 2023-05-21 02:03:31 -07:00
bitbucket-pipelines.yml Moved to JDK 17 for GitLab and BitBucket 2023-05-21 02:03:31 -07:00
build.gradle Upgraded to Kotlin 1.9.20 2023-11-01 22:10:50 -07:00
deploy.sh Added seen count to info 2022-10-02 07:46:50 -07:00
gradle.properties Updated dependencies 2023-09-01 15:29:45 -07:00
gradlew Updated dependencies 2023-10-13 12:37:20 -07:00
gradlew.bat Fixed uptime months calculation 2022-11-21 10:13:44 -08:00
LICENSE.txt Updated copyright 2023-01-29 00:46:48 -08:00
README.md Updated versions 2023-10-13 13:34:30 -07:00
settings.gradle Dependencies update. 2021-07-30 01:14:06 -07:00
version.mustache Renamed ReleaseInfo.mustache to version.mustache. 2021-04-29 19:59:32 -07:00
version.properties Upgraded to Kotlin 1.9.20 2023-11-01 22:10:50 -07:00

mobibot

License (3-Clause BSD) Kotlin 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 with gradle
    ./gradlew

    cd deploy

    # configure the properties
    vi *.properties *.xml

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