Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 855 Bytes

README.md

File metadata and controls

44 lines (34 loc) · 855 Bytes

WeatherForecastBot_Flask

This shows whether forecast in 5days.

DEMO

Demo

Requirement

Refer to requirements.txt.

  • Flask==1.1.1
  • line-bot-sdk==1.14.0
  • pytz==2019.3
  • beautifulsoup4==4.8.1

Installation

$ pip install pytz
$ pip install requests
$ pip install Flask
$ pip install line-bot-sdk
$ pip install beautifulsoup4

Usage

If you use this repository, please Please install according to the following.

git clone https://github.com/RyoichiNakai/WeatherForecastBot_Flask

Heroku Deploy

How to deploy to Heroku.

$ heroku login
$ git add .
$ git commit -m "new commit"
$ git push heroku master

Author