André Andersson

Results 19 comments of André Andersson

I only maintain this library in terms of reviewing and merging Pull Requests, and occasionally responding to issues nowadays. Would any major changes happen to the underlying API I don't...

Only if similar functionality already exists on the website or app today. This library's purpose is to only expose the existing functionality, not create anything new.

I'm not all that up to speed with async in Python and I haven't had time to really test it but I've created a draft with the functionality added if...

Have you followed the guide in the [README](/Qluxzz/avanza/blob/master/README.md) and tried out the first example snippet? Do you still get the same error then?

And logging into [Avanza](https://www.avanza.se) directly on their website using your username and password and totp-code works? ![image](https://user-images.githubusercontent.com/3757388/108628375-d6874500-745a-11eb-83ac-0010604d968c.png)

Just got bit by this as well, but from what I can see a exactText selector was added in this commit https://github.com/elm-explorations/test/commit/4f8a0344edd5be9d221e81f871f65c82a87c9e76 and released in 2.1.0 of elm-explortations/test.

Has been superseded by the get_accounts_positions method https://qluxzz.github.io/avanza/avanza/avanza.html#Avanza.get_accounts_positions

What code changes would be needed for this to work? Is just returning the task from ensure_future enough for it to work, or do you see a better way to...