Commit graph

28 commits

Author SHA1 Message Date
Romain Bignon
9a6017da5e fix parsing of thread title 2015-01-24 12:11:13 +01:00
Romain Bignon
be34d90395 way used to vote has changed 2015-01-23 16:35:08 +01:00
Romain Bignon
cd922779a3 fix parsing of profiles 2015-01-23 16:35:01 +01:00
Laurent Bachelier
21e8f82fd7 pep8: Use "X not in Y" instead of "not X in Y"
flake8 --select E713, semi-manual fixing
2014-10-11 01:27:24 +02:00
Laurent Bachelier
448c06d125 pep8 blank lines fixes
flake8 --select W391,E302,E301,E304

autopep8 can't fix W391 even though it claims it can.
Fixed using a simple custom script.
2014-10-10 23:41:44 +02:00
Romain Bignon
d61e15cf84 rename things related to browsers
weboob.tools.browser -> weboob.deprecated.browser
weboob.tools.parsers -> weboob.deprecated.browser.parsers
weboob.tools.mech -> weboob.deprecated.mech
weboob.browser2 -> weboob.browser
weboob.core.exceptions -> weboob.exceptions

Also, the new tree for browser2 is:

weboob.browser: import weboob.browser.browsers.* and weboob.browser.url.*
weboob.browser.browsers: all browsers (including PagesBrowser and LoginBrowser)
weboob.browser.url: the URL class
weboob.browser.profiles: all Profile classes
weboob.browser.sessions: WeboobSession and FuturesSession
weboob.browser.cookies: that's a cookies thing
weboob.browser.pages: all Page and derivated classes, and Form class
weboob.browser.exceptions: specific browser exceptions
weboob.browser.elements: AbstractElement classes, and 'method' decorator
weboob.browser.filters.*: all filters
2014-10-07 00:30:07 +02:00
Florent
444d36eee8 Rename BasePage to Page 2014-09-26 10:18:12 +02:00
Florent
1daa866949 Move the import oh html2text outside of misc 2014-07-09 11:43:14 +02:00
Florent
c122e6f9cc Do not import/export dates utils in misc 2014-07-09 11:20:56 +02:00
Romain Bignon
535f5fc0a1 do not crash on 'like' messages 2014-05-18 16:46:14 +02:00
Romain Bignon
54d9efd05a better profile parsing 2014-05-18 15:11:35 +02:00
Romain Bignon
b948c3247b use fixed dates for messages 2014-05-18 13:54:31 +02:00
Romain Bignon
db2494d3ad can use okc with monboob 2014-05-17 19:07:37 +02:00
Romain Bignon
1ca3c09479 handle sent page 2014-05-17 18:25:25 +02:00
Romain Bignon
3e3d121bff first sent message is configurable 2014-05-17 18:19:13 +02:00
Romain Bignon
cbe5b3a47d remove useless optimizations and fix code 2014-05-17 18:02:24 +02:00
Ahmed Boussadia
16477b4649 Adding rating support for OKC browser and PROFILE_WALKER optimizer 2014-05-17 17:15:55 +02:00
Ahmed Boussadia
bf4300e9be Adding profile walker to okc 2014-05-17 17:15:52 +02:00
Ahmed Boussadia
641bbf7a7a Query visit a profile for OKC implemented 2014-05-17 17:15:50 +02:00
Ahmed Boussadia
296d6b7c9f Starting work on okc module : adding optimization 2014-05-17 17:15:46 +02: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
Roger Philibert
f8d7840f1b [okc] Use unicode type instead of str 2012-03-29 23:58:21 +02:00
Roger Philibert
39625632a1 [okc] Reply sending 2012-03-29 23:58:21 +02:00
Romain Bignon
99391a95ef remove unused imports 2012-03-26 14:25:17 +02:00
Roger Philibert
5b508ca340 [okc] Initial message posting 2012-03-26 14:20:37 +02:00
Roger Philibert
cba809a8d0 [okc] Photos handling in profile 2012-03-26 14:20:37 +02:00
Roger Philibert
72fd993b3c [okc] Contact support 2012-03-26 14:20:37 +02:00
Roger Philibert
c44a4cdebc [okc] Message reading 2012-03-26 14:20:37 +02:00