10 lines
192 B
Markdown
10 lines
192 B
Markdown
# Harvester
|
|
Python package for harvesting commonly available data, such as free proxy servers.
|
|
|
|
## Testing
|
|
```
|
|
pip install -r requirements.txt
|
|
pip install -r requirement-dev.txt
|
|
pytest -v
|
|
```
|