python-n26
python-n26 copied to clipboard
💵 Unofficial Python client for n26 (Number 26) - https://n26.com/
Hi all, just to report that I'm noticing that the transactions timestamps retrieved via api, don't match the actual timestamps on the app. For example, if you take the first...
With respect to file [const.py](https://github.com/femueller/python-n26/blob/e469bbbcc274a1e93a3497470c259668a95450ec/n26/const.py), I don't think the meaning associated to each transaction type is correct. In my (limited) experience, all expenses become of type `PT` after some time,...
I believe the standing orders endpoint is not working, follow the result of`api_client.get_standing_orders()`: ``` Traceback (most recent call last): File "main.py", line 7, in print(api_client.get_standing_orders()) File ".../python-n26/n26/api.py", line 184, in...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.14 to 1.26.18. Release notes Sourced from urllib3's releases. 1.26.18 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other"...
Trying to approve logins I get "Ein Fehler ist aufgetreten. Wir kümmern uns umgehend darum". It seems that the web interface now logs in differently; you get a different prompt...
Hello, thank you for your amazing work. Wasn't expecting to find something this polished to manage a bank account... As for the title, I'm getting error 500 when trying to...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22. Commits 8fb96ed 2023.07.22 afe7722 Bump actions/setup-python from 4.6.1 to 4.7.0 (#230) 2038739 Bump dessant/lock-threads from 3.0.0 to 4.0.1 (#229) 44df761 Hash pin Actions and...
Hi there, I've been struggling quite a bit with the following error while trying to use this library: ``` ValueError: Unexpected response for initial auth request: {"status":429,"detail":"Too many log-in attempts....
I'm relatively new to the N26 API so forgive me if I'm lacking context here, but is there any way to query transactions that occur within spaces? According to the...
Part of: https://github.com/femueller/python-n26/issues/121 Done using [Dephell](https://dephell.readthedocs.io/): ``` dephell deps convert --from=Pipfile --to-format=poetry --to-path=pyproject.toml ``` What's missing: - [x] PyPI releases via Poetry - [x] Modify `Dockerfile` to use Poetry -...