Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/boreq/botnet_modules
- Owner: boreq
- Created: 2014-12-30T19:28:12.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-30T22:11:24.000Z (almost 10 years ago)
- Last Synced: 2024-04-16T02:21:58.045Z (7 months ago)
- Language: Python
- Homepage:
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
}
}
}