A linebot to get deals information form isthereanydeal.com
Click here to add the bot.
Bot is hosting on heroku free dyno, and will stop running after running out free hours.
Create a .env
file and add the following settings.
# Your linebot channel id
CHANNEL_ID=""
# Your linebot channel secret
CHANNEL_SECRET=""
# Your linebot channel token
CHANNEL_ACCESS_TOKEN=""
# Your linebot app listen port
PORT=""
# Your isthereanydeal API key
ITAD_KEY=""
# If "true", print detail axios error object
ERROR="false"
Run npm install
to install dependencies.
Run npm start
to start your bot.
!itad <gamename>
to get deals info of the game.