-
Notifications
You must be signed in to change notification settings - Fork 0
Python Web Scraping
Xuwei Li edited this page Feb 2, 2022
·
14 revisions
- https://www.geeksforgeeks.org/web-scraping-from-wikipedia-using-python-a-complete-guide/
- https://pypi.org/project/setuptools/
- https://pypi.org/project/certifi/
- https://pypi.org/project/chardet/
- https://pypi.org/project/idna/
- https://pypi.org/project/requests/
- https://pypi.org/project/selenium/
- https://pypi.org/project/webdriver-manager/
- https://pypi.org/project/aiodns/ Simple DNS resolver for asyncio
- https://pypi.org/project/aiohttp/ Async http client/server framework (asyncio)
- https://pypi.org/project/cchardet/ cChardet is high speed universal character encoding detector.
- https://pypi.org/project/PyYAML/ YAML parser and emitter for Python
- https://pypi.org/project/uvloop/ Fast implementation of asyncio event loop on top of libuv
- https://pypi.org/project/yarl/ Yet another URL library
- Wikipedia
- IMDB