Skip to content

tonyydl/mudhorse-line-bot

Repository files navigation

草尼馬之我要租房

This line-bot built for the tenant who can ask line-bot specific keyword to grab rental information from 591-website.

  • Developed this line bot crawler with python and use LINE Messaging API SDK for python. Deploy python flask backend code to Heroku and set up line secret and access token in Heroku environments. Set webhook to Heroku URL from the line manager project. Through the webhook, the Heroku backend can receive the message that user said to the robot.

LINEID: @sgc9537d

指令

591

爬591租屋網的物件,每次回更新時間最新的前五筆。

目前只支援雙北

格式

591 位置=[新北市,台北市,...,三重區,蘆洲區,大安區] 類型=[整層住家,獨立套房,分租套房,雅房,車位,其他] 租金=[最低價格,最高價格] 坪數=[最低坪數,最高坪數]

範例

591 位置=新北市 類型=整層住家 坪數=20,30

591 位置=三重區 租金=10000,23000 類型=整層住家

591 位置=蘆洲區 類型=獨立套房 租金=5000,15000

功能

已實現

  • 選擇區域
  • 選擇類型
  • 選擇坪數
  • 租金範圍

Bugs

  • 目前除「新北市」外,其他縣市沒法正常搜尋,都會找不到物件。

Contributing

  • Fork this project
  • Create feature branch: git checkout -b my-feature-branch
  • Commit your change
  • Push to the branch: git push origin my-feature-branch
  • Submit a pull request

Author

  • Tony Yang - initial & develop basic feature - tonyydl

Feedback

Create an issue for all discussions, bugs, feature requests and pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details

Releases

No releases published

Packages

No packages published