A crawler for https://ndltd.ncl.edu.tw/ (臺灣碩博士論文加值系統)
- Your should have gotten two numbers from 逸翔
- Put them into captchaSolver/config.py
SCHOOLS
- Execute getPaper.py in the project root
- Then you will start crawling
- If you have already crawled something but is not done yet
- Just move them into the project root same with getPaper.py
- And simply execute getPaper.py for continue
- I am assigned
76 ~ 81
- Then I change config.py
SCHOOLS
like this
SCHOOLS = {
...
"start": 76,
"end": 81,
}