summaryrefslogtreecommitdiff
path: root/doc/words/examples/index.html
blob: 3a6bfb198dcc1c8069c3ac405d68d1403ce6a1b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="utf-8"?><!DOCTYPE html  PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN'  'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'><html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  <head>
<title>Twisted Documentation: Twisted Words code examples</title>
<link href="../howto/stylesheet.css" rel="stylesheet" type="text/css"/>
  </head>

  <body bgcolor="white">
    <h1 class="title">Twisted Words code examples</h1>
    <div class="toc"><ol/></div>
    <div class="content">
    <span/>

    <ul>
      <li><a href="ircLogBot.py" shape="rect">ircLogBot.py</a> - connects to an IRC server and logs all messages</li>
      <li><a href="minchat.py" shape="rect">minchat.py</a> - log bot using twisted.im</li>
      <li><a href="msn_example.py" shape="rect">msn_example.py</a></li>
      <li><a href="oscardemo.py" shape="rect">oscardemo.py</a></li>
      <li><a href="jabber_client.py" shape="rect">jabber_client.py</a></li>
      <li><a href="pb_client.py" shape="rect">pb_client.py</a></li>
      <li><a href="xmpp_client.py" shape="rect">xmpp_client.py</a></li>
      <li><a href="cursesclient.py" shape="rect">cursesclient.py</a> - trivial curses-based IRC client</li>
    </ul>

</div>

    <p><a href="../howto/index.html">Index</a></p>
    <span class="version">Version: 12.1.0</span>
  </body>
</html>