Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rmmh/skybot
Python IRC bot
https://github.com/rmmh/skybot
Last synced: 2 days 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 (about 14 years ago)
- Default Branch: master
- Last Pushed: 2024-01-16T21:24:49.000Z (10 months ago)
- Last Synced: 2024-08-02T05:12:02.934Z (3 months ago)
- Language: Python
- Homepage: https://github.com/rmmh/skybot/wiki
- Size: 1.28 MB
- Stars: 247
- Watchers: 30
- Forks: 170
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-irc - Skybot - Main goals are simplicity and power. `Python` (Uncategorized / Uncategorized)
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.