Line bot serving app that helps you to find out JKT48 show schedule and get notified to which you subscribed (your loved member or setlist itself) through this API using line bot node SDK and built with Express.
Clone this repository and install all dependencies
# clone this repository
git clone https://github.com/f4devcircle/aurora-bot.git
# install all dependencies
yarn installCopy the .env template file from .env.example, fill it up with your own environment config. LINE_TOKEN for your line token and API_URL for your scrapper api url, which is this project's url.
Because we use Google Datastore to store our data (setlists, shows and members), you have to put your Google Cloud config json file in googlekey.json.
Last but not least, start your server file in bin\www with node, nodemon, or pm2, it's up to you. And voila, your bot serving app is running!
In the way to make sure your line bot is runinng as what it should do, you have to complete your own bot registration thorugh Line Bot Service web. Find out more about how to start your own line bot here.
Check out more at @f4devcircle.