Update of /cvsroot/pybot/pybot
In directory sc8-pr-cvs1:/tmp/cvs-serv3743
Modified Files:
ChangeLog TODO pybot.conf
Log Message:
* modules/google.py: Introduced basic google module using the
google SOAP api.
* pybot/util/SOAPpy: Added SOAPpy 0.10.1 to the source tree.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/pybot/pybot/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** ChangeLog 16 May 2003 17:28:03 -0000 1.15
--- ChangeLog 29 May 2003 05:11:29 -0000 1.16
***************
*** 1,2 ****
--- 1,7 ----
+ 2003-05-29 Gustavo Niemeyer <nie...@co...>
+ * modules/google.py: Introduced basic google module using the
+ google SOAP api.
+ * pybot/util/SOAPpy: Added SOAPpy 0.10.1 to the source tree.
+
2003-05-16 Gustavo Niemeyer <nie...@co...>
* contrib/vera2info.py: Updated to add multiple values in the
Index: TODO
===================================================================
RCS file: /cvsroot/pybot/pybot/TODO,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** TODO 23 May 2003 21:29:29 -0000 1.8
--- TODO 29 May 2003 05:11:29 -0000 1.9
***************
*** 19,24 ****
- Add timed messages in the messages.py module.
- - Perhaps a google module (including a random link fetcher)?
-
- Perhaps a "karma" module, implementing word++ and word--?
--- 19,22 ----
Index: pybot.conf
===================================================================
RCS file: /cvsroot/pybot/pybot/pybot.conf,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** pybot.conf 12 May 2003 21:56:33 -0000 1.7
--- pybot.conf 29 May 2003 05:11:29 -0000 1.8
***************
*** 9,12 ****
--- 9,15 ----
; ~/.pybot/config -> ~/.pybot/data/
+ [global]
+ ;http_proxy = http://127.0.0.1:8080
+
[permission]
; This will tell pybot who should have unrestricted access to all
***************
*** 38,46 ****
[freshmeat]
url = http://freshmeat.net/backend/recentnews.txt
- proxy = http://proxy.conectiva:3128
interval = 10
[plock]
dirpath = /cnc/distro/plocks/
; vim:ft=dosini
--- 41,51 ----
[freshmeat]
url = http://freshmeat.net/backend/recentnews.txt
interval = 10
[plock]
dirpath = /cnc/distro/plocks/
+
+ [google]
+ ;license_key = YOUR-LICENSE-KEY
; vim:ft=dosini
|