https://github.com/shacknetisp/vepybot
A protocol-independent command bot.
https://github.com/shacknetisp/vepybot
bot irc-bot python python3 red-eclipse vepybot
Last synced: about 1 year ago
JSON representation
A protocol-independent command bot.
- Host: GitHub
- URL: https://github.com/shacknetisp/vepybot
- Owner: shacknetisp
- License: mit
- Created: 2015-10-13T01:57:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-04-04T17:59:52.000Z (about 7 years ago)
- Last Synced: 2025-02-12T21:17:24.016Z (over 1 year ago)
- Topics: bot, irc-bot, python, python3, red-eclipse, vepybot
- Language: Python
- Size: 277 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://codeclimate.com/github/shacknetisp/vepybot) [](LICENSE.md)

Vepybot
======
Vepybot (**Ve**rsatile **Py**thon **Bot**) is a general purpose command bot independent of protocol, with most functionality added by plugins.
By default it includes an IRC plugin, as well as a minimal `plainsocket` plugin for basing other protocol plugins on.
### Quick Start
Copy config.py.example in userdata to config.py and run with `python3 run.py`.
### [Guide](doc/guide.md)
There is an introduction to Vepybot [here](doc/guide.md).
### Proxy Support
Vepybot's IRC protocol can connect via a SOCKS5 proxy (e.g. Tor), and all it's HTTP functions can also have a SOCKS5 proxy applied.
### Red Eclipse
Vepybot comes with a `redeclipse` plugin that adds support for [Red Eclipse](http://redeclipse.net) IRC relays, as well as reading from [Redflare](https://github.com/stainsby/redflare), a server list for Red Eclipse master servers.