harvester/README.md

10 lines
192 B
Markdown
Raw Normal View History

2023-11-06 19:41:05 +00:00
# Harvester
Python package for harvesting commonly available data, such as free proxy servers.
## Testing
```
2023-11-06 19:51:09 +00:00
pip install -r requirements.txt
pip install -r requirement-dev.txt
2023-11-06 19:41:05 +00:00
pytest -v
```