diff options
Diffstat (limited to 'command.py')
-rw-r--r-- | command.py | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -15,13 +15,6 @@ async def start_command(update: Update, context: ContextTypes.DEFAULT_TYPE) -> i | |||
15 | 15 | ||
16 | 16 | ||
17 | async def fedi_login_command(update: Update, context: ContextTypes.DEFAULT_TYPE) -> int: | 17 | async def fedi_login_command(update: Update, context: ContextTypes.DEFAULT_TYPE) -> int: |
18 | # generate fedi OAuth login url | ||
19 | |||
20 | # mastodon_client = Mastodon(client_id=MASTODON_CLIENT_ID_FILE, api_base_url=TOOT_API_BASE_URL) | ||
21 | # oauth_url = mastodon_client.auth_request_url(redirect_uris="{}/{}".format(BOT_DOMAIN, FEDI_LOGIN_CALLBACK_URL), | ||
22 | # scopes=['write:media', 'write:statuses']) | ||
23 | # | ||
24 | # await update.message.reply_text(PROMPT_FEDI_LOGIN.format(oauth_url), parse_mode=ParseMode.MARKDOWN) | ||
25 | await update.message.reply_text(PROMPT_FEDI_LOGIN_WHERE_IS_INSTANCE, parse_mode=ParseMode.MARKDOWN) | 18 | await update.message.reply_text(PROMPT_FEDI_LOGIN_WHERE_IS_INSTANCE, parse_mode=ParseMode.MARKDOWN) |
26 | return FEDI_LOGIN | 19 | return FEDI_LOGIN |
27 | 20 | ||