reteps / groupme-crosscountry-bot

A template for a groupme cross country bot
MIT License
0 stars 1 forks source link

Integrate with MeBots #2

Closed ErikBoesen closed 5 years ago

ErikBoesen commented 5 years ago

Applying this change will require that you set an environment variable BOT_TOKEN on Heroku (see https://devcenter.heroku.com/articles/config-vars for help) to the token you get when creating your bot on MeBots (see http://mebots.co/documentation for an explanation of this process). I recommend you set a variable for the GroupMe token as well, and update the README accordingly. I am happy to give you advice on any aspect of this! :)

Fixes #1

ErikBoesen commented 5 years ago

Oh, also, you can change the name of the BOT_TOKEN environment variable if you want, and you can also change the crosscountrybot name I chose to something else. That was just an example which you're welcome to go with but don't have to.

ErikBoesen commented 5 years ago

@reteps hey, does this look OK?

reteps commented 5 years ago

Yeah, will look at it in a couple days.

On Tue, Sep 24, 2019 at 5:58 PM Erik Boesen notifications@github.com wrote:

@reteps https://github.com/reteps hey, does this look OK?

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/reteps/groupme-crosscountry-bot/pull/2?email_source=notifications&email_token=ADJ2B55W7ODG6PR5AE22IA3QLKEQXA5CNFSM4IZFKRD2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7P57HI#issuecomment-534765469, or mute the thread https://github.com/notifications/unsubscribe-auth/ADJ2B5ZSBFF7LFGOSYM4Q6TQLKEQXANCNFSM4IZFKRDQ .

ErikBoesen commented 5 years ago

No worries, I'm sure you're busy! :)

reteps commented 5 years ago

I decided that i would rather build directly off the api, so that any changes you make dont break my program. sorry!