Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

atsukoba/GorgeousApp

Repository files navigation

GorgeousApp App:Gorgeous App:LINEbot Deployed on:Heroku

Gor☆geous Web Application and LINE bot with flask and LINE-bot-sdk on Heroku

Web App

https://gorgeous-app.herokuapp.com/

gif

LINE-bot 友だち追加

gif


Environment

API

web app: / : POST, GET
LINE bot: /callback: POST

on local Docker

docker build .

run app

python run.py -p 8080

or

docker run -p 8080:8000 -it --rm

Get Data for Gorgeous.revolution()

python get_nations_data.py

Front-end