X-Git-Url: http://git.kaliko.me/?p=sid.git;a=blobdiff_plain;f=README.rst;h=15cc8f64364ad879c9fe5997ce657d534bf83e26;hp=1d724e19729a9b63bcc4922bbb0675cc7aff58da;hb=HEAD;hpb=54565dde76562668aac0c6949619d8db040e3f67 diff --git a/README.rst b/README.rst index 1d724e1..7b5d492 100644 --- a/README.rst +++ b/README.rst @@ -14,10 +14,6 @@ Currently unreleased on PyPi_. * Issue: https://gitlab.com/kaliko/sid/-/issues -Get the source with git:: - - git clone git://git.kaliko.me/sid.git - Install/update master from git:: pip install -U git+https://gitlab.com/kaliko/sid.git@master#egg=sid @@ -31,9 +27,13 @@ Here is a plain example:: # -*- coding: utf-8 -*- import getpass + import logging from sid.sid import MUCBot from sid.ping import Ping + logging.basicConfig(level=logging.INFO, + format='%(levelname)-8s %(message)s') + JID = 'bot@example.org' ROOM = 'room@conf.example.org' # Pay attention: if you join the room with the same account/nick,