oe4dns / tootgroup.py

Emulate group accounts on Mastodon and Pleroma
GNU General Public License v3.0
16 stars 7 forks source link

How to set up when using 2FA? #8

Closed MarkWieczorek closed 1 year ago

MarkWieczorek commented 1 year ago

Is it possible to set up tootgroup when using 2FA? Disabled, tootgroup works fine, but when enabled, it doesn't recognize my password (as expected). I searched though the mastodon settings and couldn't find a way to set an app password, so: is this possible?

oe4dns commented 1 year ago

Never tried that because the usecase never came up. This shoudl be handled in the Mastdodon.py dependency. I will look into it.

oe4dns commented 1 year ago

tootgroup.py uses Mastodon.py underneath.

Mastodon.py's Readme states the following regarding the Login process:

Note that this won’t work when using 2FA - you’ll have to use OAuth, in that case. To post, create an actual API instance:

So unfortunately this does not work currently.