Commit graph

115 commits

Author SHA1 Message Date
Florent
965dcfc60b Do not crash if one value is NotAvailable 2013-10-31 16:47:29 +01:00
Florent Fourcot
42d4db47bf Update HOW_TO 2013-10-16 23:47:59 +02:00
Florent
64ff95396c Fix indentation 2013-10-16 23:46:46 +02:00
Bezleputh
72a4de7e30 [Contrib] add windows installer 2013-10-16 23:45:50 +02:00
Florent
58b51a4b77 Print help instead of crash 2013-09-18 16:28:36 +02:00
Florent
edbe8b454d Add get_object_list in generic-munin 2013-08-12 17:08:22 +02:00
Romain Bignon
3900818482 fix call to ICapVideo.search_videos (API changed) 2013-08-06 22:43:17 +02:00
Florent
9b022b2ebe bump to 0.h 2013-08-03 14:31:13 +02:00
Laurent Bachelier
a6ad7e83ff Use newer form of catching exceptions
autopep8 -i --select=W602
Also some other minor deprecated syntax changes, like "while 1".
I did not commit the less obvious changes.
2013-07-27 15:16:16 +02:00
Laurent Bachelier
a012abd98b boobot: Update keywords 2013-07-14 19:15:05 +02:00
Laurent Bachelier
a946fa8f0d boobot: Rewrite any kind of space (newline, tab) 2013-07-04 00:13:34 +02:00
Laurent Bachelier
bd28eca0f6 boobot: Remove punctuation at the end when 404 2013-06-29 00:34:28 +02:00
Laurent Bachelier
2b7761fe9b Ooops, it broke the first two required // 2013-06-29 00:04:57 +02:00
Laurent Bachelier
8acc696623 boobot: Some lib versions do not handle // well 2013-06-27 14:54:22 +02:00
Laurent Bachelier
70442b3044 boobot: More encoding fixes 2013-06-25 00:31:49 +02:00
Laurent Bachelier
a488edbd69 boobot: Support ignored users
And ignore irkers by default
2013-06-23 21:17:13 +02:00
Laurent Bachelier
46022720a1 boobot: Proper ^C closing 2013-06-23 20:37:21 +02:00
Laurent Bachelier
b6021ec90d boobot: Try to use HTML encoding 2013-06-23 20:26:12 +02:00
Laurent Bachelier
f7c169bcbd boobot: URL quoting creates more problems than in solves 2013-06-23 20:14:20 +02:00
Laurent Bachelier
321a7114cd boobot: Better handling of zero/invalid HTML 2013-06-23 20:05:54 +02:00
Laurent Bachelier
99d9879a73 Configure boobot storage path 2013-06-23 20:03:51 +02:00
Florent
4f10915546 Do not start every graph to 0 / Use rigid 2013-06-11 13:39:43 +02:00
Florent
3e1a2d3c50 Allow float values 2013-05-30 16:21:42 +02:00
Laurent Bachelier
e622246df4 boobot: Twitter support 2013-05-19 00:04:37 +02:00
Laurent Bachelier
2c633a43c8 boobot: Faster timeouts
This requires running the development version of Weboob.
2013-05-14 10:39:03 +02:00
Laurent Bachelier
cc8f3d6de1 boobot: More urlfix features 2013-05-14 10:39:03 +02:00
Laurent Bachelier
9b5b0dcf8b boobot: Do not quote the semicolon 2013-05-14 10:39:03 +02:00
Laurent Bachelier
1eedc55344 boobot: Better HEAD errors 2013-05-14 10:39:03 +02:00
Laurent Bachelier
ac51c1fb99 boobot: Fix encoding replacement 2013-05-14 10:39:03 +02:00
Laurent Bachelier
3710bb87ae boobot: Support servers with no HEAD 2013-05-05 21:23:30 +02:00
Laurent Bachelier
bba7898561 boobot: Ignore NBSP in URLs 2013-05-05 21:10:15 +02:00
Laurent Bachelier
8825072829 boobot: Better newline handling 2013-05-05 20:53:21 +02:00
Laurent Bachelier
1b2031796b boobot: Force shitty Windows encoding
Because web browsers actually do that!

Test URL: http://www.universfreebox.com/article/20715/Deutche-Telekom-met-fin-a-l-internet-illimite-bientot-le-tour-de-la-France
2013-05-05 20:43:58 +02:00
Laurent Bachelier
ab7287747a boobot: Guess page encoding
This seems to work with most pages.
2013-05-05 20:40:51 +02:00
Laurent Bachelier
45151afa3e boobot: Fix weird/unicode URLs
http://stackoverflow.com/questions/1916684/cant-open-unicode-url-with-python
2013-05-05 20:05:45 +02:00
Laurent Bachelier
2f9a50c754 boobot: Support multiple channels, refactoring
It should handle the various URL failures in a better way.
2013-05-05 19:15:51 +02:00
Florent Fourcot
1161874362 Fix SMS regexp 2013-04-25 12:56:42 +02:00
Laurent Bachelier
99eaa87db9 boobot: Display regular URL info 2013-04-20 11:56:00 +02:00
Laurent Bachelier
58a37c3bfb boobot: irc 5.0+ compatibility
It should still work with older versions
2013-04-13 23:14:57 +02:00
Laurent Bachelier
ec4f934fee boobot: Style fixes 2013-04-13 23:14:44 +02:00
Laurent Bachelier
60c097a389 boobot: Proper freenode server name 2013-04-13 23:14:08 +02:00
Romain Bignon
fb3d2655a9 support python-irclib >= 3 and minor changes 2013-04-11 20:32:33 +02:00
Laurent Bachelier
c157557501 Use new-style classes 2013-04-03 19:04:55 +02:00
Florent
9484099a1d bump to 0.g 2013-03-26 18:31:12 +01:00
Laurent Bachelier
be3e19a203 try/except import are now handled by flake8 2.0+ / pyflakes 0.6+ 2013-03-19 19:10:20 +01:00
Laurent Bachelier
e0542c2e4a Fix comparisons to None
Diff checked manually.

autopep8 -a -ir -j2 --select=E711 .

This required the "agressive" option because it can change code
behavior.
2013-03-16 00:57:30 +01:00
Laurent Bachelier
7094931c92 Easy spacing fixes, trailing stuff
Remove useless trailing \
Remove trailing spaces
Add missing empty lines

autopep8 -ir -j2 --select=E301,E302,E502,W291,W293,W391 .

Diff quickly checked.
2013-03-16 00:54:55 +01:00
Laurent Bachelier
c21d1f7925 Code clarity fixes
autopep8 -ir -j2 --select=E303,E125
Diff checked manually.
2013-03-16 00:52:43 +01:00
Florent
1a72642fa8 A picture is sometime better than 1000 words 2013-03-04 13:39:09 +01:00
Florent
2e1551f426 Fix regression insert by exclude option 2013-03-04 13:33:02 +01:00