Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shortdudey123/quickirc
Quickly and easily post messages to an IRC server
https://github.com/shortdudey123/quickirc
Last synced: 12 days ago
JSON representation
Quickly and easily post messages to an IRC server
- Host: GitHub
- URL: https://github.com/shortdudey123/quickirc
- Owner: shortdudey123
- License: apache-2.0
- Created: 2014-07-02T09:02:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-22T12:04:43.000Z (about 10 years ago)
- Last Synced: 2024-12-05T09:07:13.406Z (2 months ago)
- Language: Python
- Homepage:
- Size: 273 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
quickIRC
========[![Code Health](https://landscape.io/github/shortdudey123/quickIRC/master/landscape.svg)](https://landscape.io/github/shortdudey123/quickIRC/master)
Introduction
------------quickIRC serves to allow messages to be quickly and easily posted to given channels on an IRC server.
Example Uses
------------* Monitoring scripts
* Automated script error output
* Posting cron job results
* Report the start and end of a job or scriptNotes
-----If the IRC network you are connecting to is globally distributed, the connectDelay may need to be as high as 5 seconds. (Example - Freenode needs 4-5 seconds) For local or geographically located servers the delay can be less. Individual results will very so testing of different values should be done before this is fully implemented.
References
----------
* [IRC Python Bot: Best Way](http://stackoverflow.com/questions/1100840/irc-python-bot-best-way)
* [How do i program a simple IRC bot in python?](http://stackoverflow.com/questions/2968408/how-do-i-program-a-simple-irc-bot-in-python)
* [Developing a Basic IRC Bot with Python](http://forum.codecall.net/topic/59608-developing-a-basic-irc-bot-with-python/)