elct9620 / mini-cinema-bot

The LINE bot for query cinema information

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mini Cinema Bot

The LINE Bot to find Cinema information.

Requirements

  • Ruby 2.6+

Usage

Run below command to start chatbot

# Fill your LINE Bot tokens
export LINE_CHANNEL_ID=
export LINE_CHANNEL_SECRET=
export LINE_CHANNEL_TOKEN=
# Start server
rackup

Ngrok

You can user ngrok for development

ngrok http 9292

Features

  • Persistent Movie Data
    • Daily Refresh Movies
  • Load Movies from VSCiemas
  • List Movies
  • Sort Movies
  • Random Movies
  • Movies Categories
  • Movies Timelines
  • Dockerize

Play with LINE Bot

QR Code

About

The LINE bot for query cinema information

License:MIT License


Languages

Language:Ruby 85.1%Language:Dockerfile 11.0%Language:HTML 3.9%