mobibot is the #mobitopia IRC channel bot. https://github.com/ethauvin/mobibot
Find a file
2021-07-06 17:08:41 -07:00
.circleci Updated dependencies. 2021-07-06 17:08:41 -07:00
.github/workflows Updated dependencies. 2021-07-06 17:08:41 -07:00
.idea Removed checkstyle, using IDEA default code format. 2021-06-18 21:31:40 -07:00
config Removed checkstyle, using IDEA default code format. 2021-06-18 21:31:40 -07:00
gradle/wrapper Updated dependencies. 2021-07-06 17:08:41 -07:00
lib Added OpenWeatherMap weather module. 2017-04-02 18:13:10 -07:00
licenses Updated copyright. 2021-04-26 22:17:54 -07:00
properties Updated dependencies. 2021-07-06 17:08:41 -07:00
src Updated dependencies. 2021-07-06 17:08:41 -07:00
website Moved to irc.libera.chat. 2021-06-16 16:17:18 -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. 2021-07-06 17:08:41 -07:00
.gitlab-ci.yml Switched to system-wide Gradle. 2021-05-20 18:09:42 -07:00
bitbucket-pipelines.yml Added BitBucket and GitLab CIs. 2020-07-26 02:13:01 -07:00
build.gradle Updated dependencies. 2021-07-06 17:08:41 -07:00
deploy.sh Updated dependencies. 2021-07-06 17:08:41 -07:00
gradlew Updated dependencies. 2021-06-16 21:58:11 -07:00
gradlew.bat Upgraded to Kotlin 1.4.0. 2020-08-17 14:30:24 -07:00
LICENSE.txt Updated copyright. 2021-04-26 22:17:54 -07:00
README.md Removed TravisCI. 2021-05-20 20:09:01 -07:00
settings.gradle Update dependencies. 2020-02-10 23:00:23 -08:00
version.mustache Renamed ReleaseInfo.mustache to version.mustache. 2021-04-29 19:59:32 -07:00
version.properties Updated dependencies. 2021-07-06 17:08:41 -07:00

License (3-Clause BSD) Known Vulnerabilities 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

    { twitter oauth token request }
    java -cp mobibot.jar net.thauvin.erik.mobibot.TwitterOAuth <consumerKey> <consumerSecret>

    { launch }
    /usr/bin/nohup java -jar mobibot.jar &