Commit graph

33 commits

Author SHA1 Message Date
Raphaël Rigo
5ef6b8a346 Fix CC history for boursorama
Hi,
current weboob git actually lists the previous month when asking for the history
of a credit card.

A website change broke the current logic. Attached patch fixes it.

Raphaël
2015-06-25 18:05:04 +02:00
Vincent Paredes
9749f5c7a8 raising incorrecte password when profil is incomplete 2015-04-28 14:57:37 +02:00
Romain Bignon
2afd27b4a4 use StateBrowser, s/BrowserToBeContinued/BrowserQuestion/ and coding style fixes 2015-03-08 16:31:36 +01:00
Baptiste Delpey
aa721c28b8 boursorama two_authentication with BrowserToBeContinued instead of raw_input 2015-03-08 14:21:23 +01:00
Romain Bignon
2f61835521 introduce new type Account.TYPE_LIKE_INSURANCE 2015-02-05 18:35:06 +01:00
smurail
13b9a7471f minor fix 2015-01-21 13:41:34 +01:00
smurail
8672a6b443 add investment to boursorama bank module 2014-10-23 14:59:57 +02:00
Vincent Paredes
07d544f259 fixing duplicate entry on card account 2014-10-21 10:27:17 +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
0088013ae1 Rename BaseBrowser to Browser 2014-09-26 10:18:12 +02:00
Vincent Paredes
5fac4ffa53 adding new certificat hash 2014-07-11 15:24:24 +02:00
Raphaël Rigo
31af964696 Handle card history
Signed-off-by: Raphaël Rigo <devel-git@syscall.eu>
Signed-off-by: Romain Bignon <romain@symlink.me>
2014-03-01 19:19:27 +01:00
Romain Bignon
f688125ca7 remove unused import 2013-10-08 18:26:26 +02:00
Florent
e6d60492f3 Remove dead code
Old code, the url gives now a 404 error
2013-09-30 10:41:15 +02:00
Laurent Bachelier
23a71d847b Code style fixes, mostly whitespace 2013-08-04 20:00:19 +02:00
Romain Bignon
11a161c1b1 boursorama: support website changes 2013-07-25 11:51:42 +02:00
Romain Bignon
8b8a8a0d82 boursorama certificate changed 2013-07-23 14:59:15 +02:00
Juliette Stehlé
ea52ac00a8 Introduces a line for the account history of savings. 2013-07-06 18:16:04 +02:00
Romain Bignon
d30382efea fix auth on boursorama 2013-06-11 19:40:57 +02:00
Romain Bignon
e877e1b552 use auth of the mobile website 2013-05-24 09:36:40 +02:00
Romain Bignon
9f9f8edc01 cleanup 2013-04-01 15:17:04 +02:00
Gabriel
ee4f3793a1 Add two factor authentication for boursorama module 2013-04-01 15:05:26 +02:00
Romain Bignon
4df089ee1b get maximum history 2013-02-23 13:15:05 +01:00
Romain Bignon
cc31e73f23 on page to update user information, raise BrowserIncorrectPassword 2013-02-10 17:17:06 +01:00
Florent
2ddf8f66b9 Take the operation id of the bank 2013-01-26 13:55:29 +01:00
Florent
b671819d91 Better choice of url to get history
Work now with livret A accounts
2013-01-25 10:56:21 +01:00
Romain Bignon
dde19633d3 set CERTHASH const on most bank modules and others 2012-09-01 13:38:08 +02:00
Romain Bignon
732be99bfb correctly handle case that we don't support the history page of an account 2012-07-31 15:18:51 +02:00
Laurent Bachelier
006e97a8be PEP8 style fixes and other small style fixes
I used autopep8 on some files and did carefully check the changes.
I ignored E501,E302,E231,E225,E222,E221,E241,E203 in my search, and at
least E501 on any autopep8 run.

Other style fixes not related to PEP8:
* Only use new-style classes. I don't think the usage of old-style
  classes was voluntary. Old-style classes are removed in Python 3.
* Convert an if/else to a one-liner in mediawiki, change docstring style
  change to a comment something that wasn't really appropriate for a
  docstring.
* Unneeded first if condition in meteofrance
2012-03-14 04:51:46 +01:00
Romain Bignon
35688f58c9 Account.link_id becomes a private attribute 2012-03-10 09:03:26 +01:00
Gabriel Kerneis
a722aa7986 [boursorama] Fix IDs of operations 2012-02-22 15:19:46 +01:00
Romain Bignon
abb24b9954 several fixes to run successfully tests 2012-01-17 17:46:13 +01:00
Romain Bignon
14a7a1d362 support repositories to manage backends (closes #747) 2012-01-17 17:00:05 +01:00
Renamed from weboob/backends/boursorama/browser.py (Browse further)