//garbage-reminder-botbyaytdm

garbage-reminder-bot

Remind you the day of your pickup schedule

6
1
6
Java

garbage reminder bot

What is this?

This is a LINE BOT API application.
This application remind you the day of your pickup schedule.

Usage

1. Get A LINE devloper account

https://developers.line.me/en/

2. Create LINE channel

Remember your user id, channel secret and channel access token.

see https://developers.line.me/en/docs/messaging-api/getting-started/

3. Sign up Heroku

https://www.heroku.com/

4. Create application and set variables

Go to dashboard
Click “Setting”
you’ll find “Config Variables”, add following variables:

see https://devcenter.heroku.com/articles/config-vars

5. Go back to LINE dashboard, set a webhook URL

To enable webhooks, select Use webhooks.
Enter a webhook URL for your bot in the “Channel settings” page on the console.
URL: https://{YOUR_HEROKU_APP_NAME}.herokuapp.com/callback

see https://developers.line.me/en/docs/messaging-api/building-bot/

6. Deploying application on Heroku

see https://developers.line.me/en/docs/messaging-api/building-sample-bot-with-heroku/

7. Have fun :)

[beta]v0.14.0