Skip to content

oxygen-TW/Beans-LineBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beans-LineBot

About

This is a simple service of LINE chatbot. I use open data and web crawler to fetch useful imformation in daliy life. According to LINE is most popular communication software in Taiwan(R.O.C.), I chose it to be my service platform.

Hope anyone have a interesting on this could develop together, either fork repo or pull requests, create tools that make life easier!!!

developer Liu, Tzu-Hao Taiwan 2020/05/05


How to use this service

  1. Install LINE.
  2. Scan QR code below to add chatbot to friend. line-qrcode
  3. Or use this URL: https://lin.ee/qlZhioh

Development

Structure

  • app.py

  • config.py

  • beanstool

    • __init__.py
    • weather.py
    • fule.py
    • bitcoin.py
    • csmunews.py
    • poem.py
    • prosprity
      • __init__.py
      • prosperity_light.py
  • beansdev

    • __init__.py
    • Tester.py

Config format

class Config():
    _config = {
        "LineBotApi":"YOUR Access Token",
        "Webhook":"YOUR Secret"
        "port":YOUR_SERVICE_PORT
    }

Framework

flask

flask license

Progress

  • code refactoring

Todo

  • Add more function

Releases

No releases published

Packages

No packages published

Languages