Skip to content

quojama/suucraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reference

Python Version

  • ^3.11

Settings

put your settings in settings.py. Only two variables are required!

Base_URL = "https://suumo.jp/jj/chintai/ichiran/~"
Max_Pages = 5

Usage

Choose one of Poetry or pip to install the required packages. Poetry is recommended.

Using Poetry

$ poetry install
$ poetry shell
$ python suu.py

or

$ poetry install
$ poetry run python suu.py

Using pip

$ pip install -r requirements.txt
$ python suu.py

Background process option

$ nohup python suu.py &

About

suumo scraping to csv

Resources

Stars

Watchers

Forks

Languages