An open API service indexing awesome lists of open source software.

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

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.