Skip to content
/ suumo Public

to get property'sprice, name, url, and so on.

Notifications You must be signed in to change notification settings

gkzz/suumo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

suumo's crawler

How to setup??

move to suumo directory

cd /xxx/suumo

create a folder saving files including csv, tsv, json

mkdir csv

create python virtual environment

python -m venv <x: name of virtual environment ex) python version>

move into python virtual environment

source x/bin/activate

install all libraries that are needed in order to run this program

pip install -r requirements.txt

Notes

python --version Python 3.6.5

If You're Faced with Some Troubles...

plz give me comments!