Commit graph

75 commits

Author SHA1 Message Date
Romain Bignon
95aa29b715 ASV accounts don't have history 2015-02-02 20:14:19 +01:00
Romain Bignon
e55bcf9ff2 fix switch between market and checking websites 2015-02-02 20:14:19 +01:00
Romain Bignon
d26bbc50a8 support of ASV accounts 2015-01-21 14:17:23 +01:00
Romain Bignon
a43068648b allow birthday to be entered with separators 2015-01-21 10:40:03 +01: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
9949bbf919 Move exceptions to weboob.core.exceptions 2014-10-02 11:04:14 +02:00
Florent
a019819f9d Move browser2 from weboob/tools/b2 to weboob/browser2 2014-10-02 11:01:34 +02:00
Florent
aab2e341f9 Add a @ckeck_bourse decorator for a clean redirect 2014-09-29 10:14:51 +02:00
Florent
3076579747 Index is back for some accounts... 2014-09-04 23:37:16 +02:00
Romain Bignon
28eb04c6d5 fix: do not keep reference to the first page to parse transactions 2014-09-03 13:19:20 +02:00
Florent
4c29f8a4cd Fix history for saving accounts 2014-09-02 15:23:32 +02:00
Florent
732417b94a Support coming operations 2014-08-28 11:52:15 +02:00
Florent
346c6efc6b Remove (finally!) the index on ing / do not get coming operations 2014-08-27 11:04:04 +02:00
Laurent Bachelier
0f90d6e9dd Some English fixes
"informations" is incorrect; try to use a better word, or the invariant "information".
2014-07-09 12:50:32 +02:00
Romain Bignon
e434bb90e2 all browser2 modules may import exceptions from weboob.tools.exceptions 2014-05-17 14:27:56 +02:00
Florent
c488a0c7ae Use @pagination 2014-04-15 10:26:25 +02:00
Florent
56d1100166 self.where should be a instance variable 2014-04-02 12:49:20 +02:00
Florent
080c4aff81 Introduce find_id_list
And code simplification in backends/browsers
2014-04-01 17:40:38 +02:00
Florent
a5e55208ae Support pagination in iter_bills 2014-04-01 15:14:28 +02:00
Florent
1994970385 Simplify the code 2014-04-01 12:59:13 +02:00
Florent
af570a856f Some browser2 features in transfer pages 2014-04-01 12:36:07 +02:00
Florent
2ab48d4800 Some pep8 cleaning 2014-04-01 11:56:15 +02:00
Florent
969e1c7cc7 Do not stay, always go 2014-04-01 11:17:45 +02:00
Florent
8a28d9cc5f Some small fixes with browser2 2014-04-01 11:08:58 +02:00
Florent
b79215733c Convert iter_bills and postpredown 2014-04-01 10:28:18 +02:00
Florent
2ddd15fda9 Convert CapBill to browser2, step 1 2014-04-01 10:15:43 +02:00
Florent
3cab148414 Do not return same id twice 2014-03-28 14:55:56 +01:00
Florent
2738538fb6 Support transfer with browser2 2014-03-28 14:16:24 +01:00
Florent
0e7aab4642 Remove useless (with Browser2) code 2014-03-28 14:16:24 +01:00
Florent
df85155463 Support market accounts with browser2 2014-03-28 14:16:24 +01:00
Florent
510acc4368 Protect "?" in urls 2014-03-28 14:16:24 +01:00
Florent
267b8bbc75 Add history support with Browser2 2014-03-28 14:16:24 +01:00
Florent
15ca64f3d9 First step on ING with Browser2
Login and listing of accounts work
2014-03-28 14:16:23 +01:00
Florent
b6c61210b1 Get history of titre account
Beta version. Probably need some new parameters
2013-09-11 20:20:41 +02:00
Florent
0e6a65666e Use raw parser for TitrePage 2013-08-12 14:39:32 +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
Florent Fourcot
cbbdad084d Add investments support to ING 2013-07-08 22:38:54 +02:00
Florent
a1138c86b9 Raise NotImplementedError if account type not supported 2013-07-04 18:56:28 +02:00
Florent
0126d01e01 New certificat 2013-06-14 10:27:45 +02:00
Florent
278902f909 Trivial buf fix on ID generation 2013-03-25 11:10:38 +01:00
Florent Fourcot
832119fc3a Fix ICapBill on the new website 2013-03-18 23:12:48 +01:00
Romain Bignon
61f8ab8920 fix crash on ASV accounts history 2013-03-02 10:28:19 +01:00
Romain Bignon
a5f32bbd1b definitively fix the fucking infinite loop 2013-02-25 23:32:13 +01:00
Florent
b400544e90 Remove old code 2013-02-25 12:16:05 +01:00
Florent
3d532ef501 Support all the history
Ugly code...
2013-02-25 12:03:52 +01:00
Florent
25cb1f2e08 Only one url for both pages, implement stateful browser 2013-02-22 15:44:58 +01:00
Florent
d552e43267 Get transaction history on the new site 2013-02-22 15:44:58 +01:00
Florent
c6e5f41983 Get accounts on the new website 2013-02-22 15:44:58 +01:00
Romain Bignon
2ef5791cf8 merge LoginPage and Login2Page to prevent problems when the website fails with 500 2013-02-10 18:54:30 +01:00
Florent
5b6e475428 Pep8 cleaning 2013-01-25 10:56:21 +01:00