This line bot was developed to handle reservations status of user's work outs at a gym.
- You can create a reservation.
- You can view your reservations.
- You can delete your reservations
- Reservations can have min-date and max-date when making.
- Invalid reservations are rejected when making a reservation.
- You can add video to count your workouts
- You can view your workouts
- An administrator can show all reservations
- An administrator can show all workouts of users
- Create spreadsheet
- Open Google Apps Script tied to the spreadsheet
- Fork this repository to your GitHub account and pull into Google Apps Script
- Make sheets named reservation, workout, maxim
- Put some sentences at the first column in maxim
- cp credentials.template.gs credentaials.gs
- CHANNEL_ACCESS_TOKEN published from LINE dev console
- Put webhook URL of Google Apps Script onto LINE dev console 😃