Internet Relay Chat: Difference between revisions

From XPUB & Lens-Based wiki
(Created page with "wikipedia:Internet Relay Chat")
 
No edit summary
Line 1: Line 1:
[[wikipedia:Internet Relay Chat]]
[[wikipedia:Internet Relay Chat]]
== Servers ==
As free software, anyone can download and run IRC server. In addition, there are many public IRC servers where you can create your own channels.
Public IRC: http://quakenet.org, http://freenode.net
== Using in python ==
* [http://pypi.python.org/pypi/irc irc] library for python
=== Creating a bot in python ===
<source lang="python">
...
</soure>

Revision as of 15:53, 8 January 2013

wikipedia:Internet Relay Chat

Servers

As free software, anyone can download and run IRC server. In addition, there are many public IRC servers where you can create your own channels.

Public IRC: http://quakenet.org, http://freenode.net

Using in python

  • irc library for python

Creating a bot in python

<source lang="python"> ... </soure>