for personal usage.
-
2025-05-21: 新增信義房屋租屋爬蟲
-
2024-12-20: 修正爬蟲可能被導向空白頁的問題
- python-dotenv
- selenium
- bs4
- pandas
- Create
.envin root folder. - Go to https://www.sinyi.com.tw/rent/list and filter your conditions.
- Copy url and paste to
.envlike this:
SINYI_FILTER_URL=<Your url>
- Open terminal and enter this command:
python3 app/sinyi/crawler_selenium.py
- Result will be located at:
static/sinyi.html
- Create
.envin root folder. - Go to https://rent.591.com.tw/list and filter your conditions.
- Copy url and paste to
.envlike this:
591_FILTER_URL=<Your url>
- Open terminal and enter this command:
python3 app/five_nine_one/crawler_selenium.py
- Result file will be located at:
static/591recommend.htmlandstatic/591normal.html