Skip to content

Commit

Permalink
doc and tags
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi committed Sep 6, 2024
1 parent 79c31cb commit 0b3a10f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ response = protatoquests.get("https://google.com")

## Considerations

The library gets socks5 free proxies from [https://advanced.name/freeproxy](https://advanced.name/freeproxy).
1. The library gets socks5 **free** proxies from [https://advanced.name/freeproxy](https://advanced.name/freeproxy).
It tries to use the first proxy available, if it fails, it tries the next one; therefore the **latency will be higher** than using a single proxy or no proxy at all.
2. The library API is intended as a drop-in replacement for the `requests` library, although not all the methods are implemented.


## Contributing
Any contribution is welcome! Please open a PR with your changes.
Contributions to the [GitHub repository](https://github.com/nicoloboschi/protatoquests) are welcome! Please open a PR with your changes.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ name = "protatoquests"
version = "1.0.1"
description = "Automatic proxy rotation for anonymous web requests."
authors = ["Nicolò Boschi <[email protected]>"]
license = "MIT"
readme = "README.md"
keywords = ["scraping", "webscraping", "proxy", "socks5", "requests", "http"]
repository = "https://github.com/nicoloboschi/protatoquests"
documentation = "https://github.com/nicoloboschi/protatoquests"

[tool.poetry.dependencies]
python = "^3.9"
Expand Down

0 comments on commit 0b3a10f

Please sign in to comment.