Index: trunk/tools/adminlogbot/adminlog.py |
— | — | @@ -1,4 +1,4 @@ |
2 | | -site="wikitech.leuksman.com" |
| 2 | +site=('https', "wikitech.leuksman.com") |
3 | 3 | path="/" |
4 | 4 | user="More Bots" |
5 | 5 | password="..." |
Index: trunk/tools/adminlogbot/README |
— | — | @@ -1,6 +1,5 @@ |
2 | | -Dependancies: |
| 2 | +Dependencies: |
3 | 3 | mwclient: svn co http:// mwclient.svn.sourceforge.net/viewvc/mwclient/trunk/mwclient/ |
4 | 4 | irclib: http://downloads.sourceforge.net/python-irclib/python-irclib-0.4.6.tar.gz?modtime=1135442433&big_mirror=0 |
5 | 5 | |
6 | | -for HTTPS sites one needs to change http.py in mwclient to assign |
7 | | -HTTPSPersistentCnnection to pool, instead of HTTPPersistentConnection |
| 6 | + |