missionkao / life-line-bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Life Line Bot

For those who want to be lazy, lazy, and lazy every day.

LINE ID: @xor7301f

Using

  • Python 3.6
  • Flask
  • Follow the git-flow (master for production)
  • Delopy on Heroku

Prerequisites

  1. pip install virtualenv (recommend using virtual environments)

Getting Started

  1. git clone https://github.com/missionkao/life-line-bot.git
  2. cd life-line-bot
  3. virtualenv venv
  4. source venv/bin/activate
  5. pip install -r requirements.txt
  6. python app.py

Open http://localhost:5000/ on your browser and you will see hello on it which means this setup has been successful.

About


Languages

Language:Python 100.0%