Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 817 Bytes

README.md

File metadata and controls

48 lines (32 loc) · 817 Bytes

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 &