PiroHiroPiro / clospot_cafe_lambda

This is a LINE bot that can search for nearby cafes based on location information.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clospot cafe for lambda

This is a LINE bot that can search for nearby cafes based on location information.

Requirement

  • Python:3.6
  • Pipenv:2018.11.26 or later

Install

Setup AWS:

ref(Japanese only)

Clone repository:

$ git clone https://github.com/PiroHiroPiro/clospot_cafe_lambda.git
$ cd clospot_cafe_lambda

Install libraries:

$ pipenv install
$ pipenv shell

Copy configuration file:

$ cp lambda.json.example ./src/lambda.json

Enter the Lambda function name, roles, environment variables, etc. in the copied configuration file lambda.json:

Upload to Lambda:

$ cd src
$ lambda-uploader

Licence

This software is released under the MIT License, see LICENSE.

Author

Hiroyuki Nishizawa

About

This is a LINE bot that can search for nearby cafes based on location information.

License:MIT License


Languages

Language:Python 100.0%