-
I'm using you library for some external stuff and I built some data classes - I wanted to know if you would be open to some PR's to add them into this lib?
I think it would be nice to get structure…
-
When I run the following:
```py
import asyncio
from monarchmoney import MonarchMoney
import traceback
async def main():
email = 'email-here'
password = 'password-here'
mm = Mon…
-
Using the following code:
```py
import asyncio
from monarchmoney import MonarchMoney
async def main():
mm = MonarchMoney()
try:
print("Attempting interactive login...")
…
-
Since updating to the latest version of Monarch, I am getting a failed setup error.
Error communicating with API: 'MonarchMoney' object has no attribute 'get_cashflow'.
I've tried competely remov…
-
### Verified feature request does not already exist?
- [X] I have searched and found no existing issue
### 💻
- [ ] Would you like to implement this feature?
### Pitch: what problem are you trying …
-
Recently, after an API change, I've been getting an error when calling `get_transactions`. Can anyone else confirm if they're getting errors as well? After testing around with it, I've found that remo…
-
https://www.reddit.com/r/Entrepreneur/comments/190h5l9/how_do_people_build_apps_so_fast/
backend
https://buildship.com/
-
For security purposes, should add a delete_session function to the class MonarchMoney to enabling deleting the saved session file.
I'm new to Python/Git, but I think this is probably really straigh…
-
I'm not sure what Monarch's API rate limits are, but I'm getting frequent 404's on login:
```
Traceback (most recent call last):
File "/var/lib/homebridge/monarch.py", line 26, in
asyncio…
-
Account has an attribute of "fiName". It would be neato if that was included on the exported data. In my particular case I have 2 accounts that are named exactly the same thing. So this would help to …