crawlist
A universal solution for web crawling lists
introduction
You can use Crawlist to crawl websites containing lists, and with some simple configurations, you can obtain all the list data.
installing
You can use pip or pip3 to install the crawlist
pip install crawlist or pip3 install crawlist
If you have already installed crawlist, you may need to update to the latest version
pip install --upgrade crawlist
quickly start
This is a static website demo. It does not use the JavaScript to load the data.
This is a dynamic website demo. It uses the JavaScript to load the data.So we need to load a selenium webdriver to drive the JavaScript.
Last updated
