Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 857 Bytes

README.md

File metadata and controls

47 lines (32 loc) · 857 Bytes

ur-web-spider

run test

install dependency

python3 -m pip install -r requirements.txt
python3 -m pip install --upgrade -r requirements.txt

execute

python3 src/main.py

execute with dev mode (no request to real server)

cat config.yaml isDev: true

python3 src/main.py

test

python3 -m pytest
python3 -m pytest -k testSplitStation

output

json file

output/bukken-yyyyMMdd.json

example

[
    {"madori": null, "allCount": "15", ....}
]