This shows whether forecast in 5days.
Refer to requirements.txt.
- Flask==1.1.1
- line-bot-sdk==1.14.0
- pytz==2019.3
- beautifulsoup4==4.8.1
$ pip install pytz
$ pip install requests
$ pip install Flask
$ pip install line-bot-sdk
$ pip install beautifulsoup4
If you use this repository, please Please install according to the following.
git clone https://github.com/RyoichiNakai/WeatherForecastBot_Flask
How to deploy to Heroku.
$ heroku login
$ git add .
$ git commit -m "new commit"
$ git push heroku master
- Name: Ryoichi Nakai
- E-mail: [email protected]