Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```