You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reduce the setup process, a step-by-step /setup route could be created to input BOT_ID and GROUP_ID. This route could also be available after setup as a configuration GUI (in case a user doesn't want to chat with the bot directly in GroupMe).
Sufficient security measures would need to be taken to ensure not everyone can get to the /setup route, and to ensure that the BOT_ID and GROUP_ID tokens are safe. (Tokens could be encrypted into database.)
The text was updated successfully, but these errors were encountered:
To reduce the setup process, a step-by-step
/setup
route could be created to input BOT_ID and GROUP_ID. This route could also be available after setup as a configuration GUI (in case a user doesn't want to chat with the bot directly in GroupMe).Sufficient security measures would need to be taken to ensure not everyone can get to the
/setup
route, and to ensure that theBOT_ID
andGROUP_ID
tokens are safe. (Tokens could be encrypted into database.)The text was updated successfully, but these errors were encountered: