Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/boreq/botnet_modules

Modules for botnet, an IRC bot written in Python.
https://github.com/boreq/botnet_modules

Last synced: about 1 month ago
JSON representation

Modules for botnet, an IRC bot written in Python.

Awesome Lists containing this project

README

        

# Botnet modules
Modules for [Botnet](https://github.com/boreq/botnet).

## Usage
Install this package and include a module name prefixed with `botnet_modules.`
in your config:

{
"modules": ["irc", "botnet_modules.tell"],
"module_config": {
"irc": {
...
},
"tell": {
"data_file": "/path/to/data.json"
}
}
}