Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zepolimer/python-crawler
Python crawler - implementing Google and Bing browsers
https://github.com/zepolimer/python-crawler
crawler-python playwright playwright-python python
Last synced: about 2 months ago
JSON representation
Python crawler - implementing Google and Bing browsers
- Host: GitHub
- URL: https://github.com/zepolimer/python-crawler
- Owner: Zepolimer
- Created: 2024-08-07T06:50:58.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-07T07:32:29.000Z (6 months ago)
- Last Synced: 2024-10-31T03:25:19.047Z (3 months ago)
- Topics: crawler-python, playwright, playwright-python, python
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-crawler
## Installation
```commandline
pip install git+ssh://[email protected]/Zepolimer/python-crawler.git@main#python-crawler
``````commandline
python3 -m unittest
``````commandline
rm build/ python_crawler.egg-info dist -Rf
python3 setup.py bdist_wheel
pip3 install -I dist/python_crawler-*-py3-none-any.whl
```