A crawler for Chinese calligraphy database (with a web server).
https://kaminyou.com/Chinese-Calligraphy-Database-Crawler/
- Please execute
crawl.py
orquick_crawl.py
to crawl the mapping relationship of the word and idx.
python3 crawl.py
# or
python3 quick_crawl.py
- Extract valid pairs in the output csv
mapping.csv
todata.js
.
python3 check2js.py