https://github.com/bl4ckscor3/bl4ckb0t
A modular IRC bot made in Java
https://github.com/bl4ckscor3/bl4ckb0t
bot irc java jsoup pircbotx selenium
Last synced: 28 days ago
JSON representation
A modular IRC bot made in Java
- Host: GitHub
- URL: https://github.com/bl4ckscor3/bl4ckb0t
- Owner: bl4ckscor3
- License: gpl-3.0
- Created: 2014-03-08T18:54:18.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-03T18:50:25.000Z (about 1 year ago)
- Last Synced: 2025-04-12T19:42:42.985Z (6 months ago)
- Topics: bot, irc, java, jsoup, pircbotx, selenium
- Language: Java
- Homepage: http://bl4ckscor3.github.io/bl4ckb0t/
- Size: 1.32 MB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# bl4ckb0t
IRC-Bot for Java 8, made with [PircBotX 2.1](https://github.com/thelq/pircbotx) | Used libraries: Some AOSP classes, see Apache-License part.
[Trello board](https://trello.com/b/039j1jFa/bl4ckb0t)
Thanks to Lord_Ralex for help on [v2.0](http://github.com/bl4ckscor3/bl4ckb0t/commit/0703810f5870d2cdb7c678ff983671c2884fa7e9), he did the whole command system work :)### Setup
The folder named "bl4ckb0t" contains the main bot. As of 6.0, it works with modules, that are installed in the modules folder where the jar has been executed. The other folders you see are the modules I wrote for the bot. The releases section is oriented at the main project, bl4ckb0t. Each module has its own version and is not related to the releases at all.
The compiled modules will be available for download later on.### Legal
_Software used under the [Apache-License](https://github.com/bl4ckscor3/bl4ckb0t/blob/master/APACHELICENSE.md):_
- **Objects.java** from libcore (The Android Open Source Project)
- **EmptyArray.java** from libcore (The Android Open Source Project)
- **ArrayMap.java** from android (The Android Open Source Project)
- **ContainerHelper.java** from android (The Android Open Source Project)
- **MapCollections.java** from android (The Android Open Source Project)Some of these classes have been slightly edited to ignore warnings eclipse shows and to adapt the packages they're placed in.