That’s what I was wondering as well?
If so, what’s the “correct” location to store stuff like documents, downloads, configurations, etc.?
bio?
That’s what I was wondering as well?
If so, what’s the “correct” location to store stuff like documents, downloads, configurations, etc.?
Sorry for the delay in getting back.
Currently it will not work with 2FA enabled. However, looking at the login post requirements I just need to add that as an option to put in the config.
I’ll reply to this comment again when I get something put together. I’ll add it to the GitHub issues list for tracking as well.
However, could you recommend an instance that uses 2FA for login so I can make an account to test it? I see the field in my current instances but would like something fresh to try it on.
Correct. lemmy.world was my original account. But with the server strain going on, I’ve hopped over to lemm.ee and also have a couple other accounts. Just run this script every so often and all your accounts will more or less feel like the same account.
Yeah, for anyone that gets the 502 gateway error. That means the instance was down when it tried to login/didn’t respond. I’m going to revisit this part of the code later and see if I can fix/handle that happening so it at least goes through with the rest of the accounts. If it happens to you, just run it again and hopefully you’ll get through at least once.
Subsequent runs actually hit the servers with less requests since you can pull most of the info you need with the initial site response and I check that before making any needed requests.
Also, someone else mentioned they had a problem with the none type thing. I’m using Python 3.11 and forgot to specify that. I’ll add it to the readme when I get a chance.
https://rclone.org/protondrive/
Sometimes you don’t even need the open-sourcing side of things. I use rclone for OneDrive and I doubt Microsoft open sources it.
That being said, the rclone proton drive docs mention it’s a beta and it’s mostly the API they need to work properly.