Python module for harvesting commonly available data such as free proxy servers.
Go to file
2023-11-06 14:51:09 -05:00
harvester Initial commit 2023-11-06 14:41:05 -05:00
tests Initial commit 2023-11-06 14:41:05 -05:00
.gitignore Initial commit 2023-11-06 14:41:05 -05:00
main.py Initial commit 2023-11-06 14:41:05 -05:00
README.md Update README.md 2023-11-06 14:51:09 -05:00
requirements-dev.txt Initial commit 2023-11-06 14:41:05 -05:00
requirements.txt Initial commit 2023-11-06 14:41:05 -05:00

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