https://github.com/rmmh/skybot
Python IRC bot
https://github.com/rmmh/skybot
Last synced: about 1 year ago
JSON representation
Python IRC bot
- Host: GitHub
- URL: https://github.com/rmmh/skybot
- Owner: rmmh
- License: unlicense
- Created: 2010-08-22T22:38:50.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2025-04-14T03:51:35.000Z (about 1 year ago)
- Last Synced: 2025-04-14T04:34:23.151Z (about 1 year ago)
- Language: Python
- Homepage: https://github.com/rmmh/skybot/wiki
- Size: 1.29 MB
- Stars: 249
- Watchers: 28
- Forks: 169
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-irc - Skybot - Main goals are simplicity and power. `Python` (Bots / Self-hosted)
README
# Skybot
## Goals
* simplicity
* little boilerplate
* minimal magic
* power
* multithreading
* automatic reloading
* extensibility
# Features
* Multithreaded dispatch and the ability to connect to multiple networks at a time.
* Easy plugin development with automatic reloading and a simple hooking API.
# Requirements
To install dependencies, run:
pip install -r requirements.txt
Skybot runs on Python 2.7 and Python 3.7.
## License
Skybot is public domain. If you find a way to make money using it, I'll be very impressed.
See LICENSE for precise terms.