Commit graph

100 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
8f24a3fe8f remove text after card number if any 2015-03-16 15:13:08 +01: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
Romain Bignon
6063964c68 ignore moneycenter accounts 2015-01-21 10:16:13 +01:00
Romain Bignon
4530278c1e fix website changes (virtual keyboard, accounts list) closes #1696 2014-12-18 11:28:59 +01:00
Florent
9c86b8f25b Better explanation for Investment class 2014-10-23 15:20:59 +02:00
Florent
258328a06f Fix copyright 2014-10-23 15:17:47 +02:00
smurail
8672a6b443 add investment to boursorama bank module 2014-10-23 14:59:57 +02:00
smurail
56e9d53adb cleaner way to iterate 2014-10-23 14:54:37 +02:00
Vincent Paredes
07d544f259 fixing duplicate entry on card account 2014-10-21 10:27:17 +02:00
Florent
feb1405813 bump to 1.1 2014-10-17 14:10:38 +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
Laurent Bachelier
e783f2c821 Remove tuple method parameters
They can be found through autopep8 (W690) or python-modernize.
Variables manually renamed.

This is because Python 3 does not support tuple unpacking:
http://legacy.python.org/dev/peps/pep-3113/
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
Romain Bignon
be7d49312d add check to prevent prints in weboob modules 2014-10-06 17:22:37 +02:00
Laurent Bachelier
74a4ef6723 Use the print function everywhere
python modernize.py --no-six -f libmodernize.fixes.fix_print -w

With manual fixes as the import was put always on top.
2014-10-06 17:00:17 +02:00
Florent
0088013ae1 Rename BaseBrowser to Browser 2014-09-26 10:18:12 +02:00
Florent
444d36eee8 Rename BasePage to Page 2014-09-26 10:18:12 +02:00
Florent
5a1d83b567 Rename BaseModule to Module and Module to LoadedModule 2014-09-26 10:18:12 +02:00
Florent
f3aeddffbc Rename backend.py to module.py 2014-09-26 10:18:12 +02:00
Florent
9370b2fae7 s/Backend/Module 2014-09-26 10:18:11 +02:00
Florent
3ecb491c1c s/BACKEND/MODULE/ 2014-09-26 10:18:11 +02:00
Florent
8559af3d6a s/BaseBackend/BaseModule 2014-09-26 10:18:11 +02:00
Laurent Bachelier
3da02fde24 Remove useless __all__ in modules
They bring nothing of value (we never use import * anyway) and introduce
a maintenance burden.

The __all__ that I left might not be very useful either but at least
they are not a pain to maintain; they are also used by pyflakes in some
cases.
2014-09-09 19:00:02 +02:00
Florent
432f97e95c bump to 1.0 2014-09-03 17:14:10 +02:00
Vincent Paredes
5fac4ffa53 adding new certificat hash 2014-07-11 15:24:24 +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
e025fb0b20 rename ICap to Cap (closes #1424) 2014-07-05 17:33:44 +02:00
Florent
9ca0bbae6a bump to 0.j 2014-05-19 22:45:35 +02:00
Romain Bignon
afd5bba8a1 fix ignore of "total" lines 2014-05-08 10:20:12 +02:00
Romain Bignon
188220e0c1 get more history on cards 2014-04-26 23:08:44 +02:00
Romain Bignon
3857eec659 fix parsing cards history 2014-04-26 23:03:40 +02:00
Romain Bignon
7502310d7e fix crash when the card history is empty 2014-03-01 19:23:06 +01:00
Raphaël Rigo
9d211201c7 card history parser
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
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
f5869b8262 fix crash when there isn't no ID on transaction 2014-01-14 23:32:29 +01:00
Florent
a82f57512c bump to 0.i 2014-01-08 23:40:16 +01:00
Romain Bignon
c1f8c08196 better description and field labels for french banks 2013-12-14 18:22:31 +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
Romain Bignon
f0310dc576 fix crash when there is no link on an opening account 2013-09-29 18:34:08 +02:00
Laurent Bachelier
23a71d847b Code style fixes, mostly whitespace 2013-08-04 20:00:19 +02:00
Laurent Bachelier
bfe3ac6bcd Remove comments on deleted code
They were still there because the code was automatically removed.
2013-08-03 22:15:30 +02:00
Florent
9b022b2ebe bump to 0.h 2013-08-03 14:31:13 +02:00
Romain Bignon
c0740e695d remove useless import of with_statement (we do not support anymore python2.5)
refs #806
2013-07-27 14:38:18 +02:00
Romain Bignon
f9f6049019 fix parsing on special cases 2013-07-25 15:27:36 +02:00