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
- Install LINE.
- Scan QR code below to add chatbot to friend.
- Or use this URL: https://lin.ee/qlZhioh
-
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
class Config():
_config = {
"LineBotApi":"YOUR Access Token",
"Webhook":"YOUR Secret"
"port":YOUR_SERVICE_PORT
}
- code refactoring
- Add more function