Skip to content

EasonLin0716/rent-crawlers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rent-crawler

for personal usage.

Notes

  • 2025-05-21: 新增信義房屋租屋爬蟲

  • 2024-12-20: 修正爬蟲可能被導向空白頁的問題

required

packages or libs

  • python-dotenv
  • selenium
  • bs4
  • pandas

chromedriver

download

how to use

信義房屋

  1. Create .env in root folder.
  2. Go to https://www.sinyi.com.tw/rent/list and filter your conditions.
  3. Copy url and paste to .env like this:
SINYI_FILTER_URL=<Your url>
  1. Open terminal and enter this command:
python3 app/sinyi/crawler_selenium.py
  1. Result will be located at: static/sinyi.html

591

  1. Create .env in root folder.
  2. Go to https://rent.591.com.tw/list and filter your conditions.
  3. Copy url and paste to .env like this:
591_FILTER_URL=<Your url>
  1. Open terminal and enter this command:
python3 app/five_nine_one/crawler_selenium.py
  1. Result file will be located at: static/591recommend.html and static/591normal.html

About

租屋爬蟲,找租屋但懶得上各大網站,僅作個人用途

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages