diff options
author | clarkzjw <[email protected]> | 2023-02-22 14:01:16 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-02-23 12:07:26 -0800 |
commit | ae99c2d7237021e2abb20d4b41a24e0b73028519 (patch) | |
tree | 4c4a2a4d954a51148890d5bf589c938f24633f28 /prompt/string.py | |
parent | 75b88bc06d354df64c12497330f124392fa7fc57 (diff) | |
download | swarm2fediverse-ae99c2d7237021e2abb20d4b41a24e0b73028519.tar.gz |
bot: support Mastodon OAuth2 login
test callback
test mastodon callback
test callback
clean customwebhook example
bot: test oauth login
test callback url
test callback
Diffstat (limited to 'prompt/string.py')
-rw-r--r-- | prompt/string.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/prompt/string.py b/prompt/string.py index 9a5a357..a7bf0d1 100644 --- a/prompt/string.py +++ b/prompt/string.py | |||
@@ -4,7 +4,8 @@ PROMPT_START = "Hello, this is `checkin.bot`. \n\n" \ | |||
4 | "Aware of privacy concerns, this bot will not store your location data." \ | 4 | "Aware of privacy concerns, this bot will not store your location data." \ |
5 | "*Be safe and cautious when sharing your real time location on the web.* \n\n" \ | 5 | "*Be safe and cautious when sharing your real time location on the web.* \n\n" \ |
6 | "Start using this bot by sharing your location using Telegram context menu to it." | 6 | "Start using this bot by sharing your location using Telegram context menu to it." |
7 | 7 | PROMPT_FEDI_LOGIN_WHERE_IS_INSTANCE = "Where is your home instance in the Fediverse? (e.g. `https://mastodon.social`)" | |
8 | PROMPT_FEDI_LOGIN = "Please login to your Fediverse account by clicking the link below:" | ||
8 | PROMPT_CHOOSE_ACTION = "Use bot keyboard to choose an action" | 9 | PROMPT_CHOOSE_ACTION = "Use bot keyboard to choose an action" |
9 | PROMPT_ADD_COMMENT = "You can continue adding comments, or press skip" | 10 | PROMPT_ADD_COMMENT = "You can continue adding comments, or press skip" |
10 | PROMPT_ADD_MEDIA = "You can continue adding photos, or press skip" | 11 | PROMPT_ADD_MEDIA = "You can continue adding photos, or press skip" |