This is a LINE bot that can search for nearby cafes based on location information.
- Python:3.6
- Pipenv:2018.11.26 or later
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
This software is released under the MIT License, see LICENSE.