https://github.com/andimiller/twistedbot
Twisted-based IRC and Jabber bot
https://github.com/andimiller/twistedbot
Last synced: 3 months ago
JSON representation
Twisted-based IRC and Jabber bot
- Host: GitHub
- URL: https://github.com/andimiller/twistedbot
- Owner: andimiller
- License: mit
- Created: 2015-11-09T23:56:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-12T16:36:24.000Z (over 7 years ago)
- Last Synced: 2025-01-18T20:58:50.291Z (4 months ago)
- Language: Python
- Size: 150 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TwistedBot - a modular IRC bot written with Twisted
## Introduction
This is designed to be a modular event-driven framework for an IRC bot, my goal is to give a well-documented API for modules to be developed against.## Dependencies
Current dependencies include:* Python 2.6+
* Twisted
* TwistedWords
* PyYAML
* Pygments## License - MIT License
Copyright (c) 2011 Andi MillerPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.