Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zytedata/zyte-smartproxy-clients
HTTPS clients for Smart Proxy Manager
https://github.com/zytedata/zyte-smartproxy-clients
Last synced: about 2 months ago
JSON representation
HTTPS clients for Smart Proxy Manager
- Host: GitHub
- URL: https://github.com/zytedata/zyte-smartproxy-clients
- Owner: zytedata
- License: mit
- Created: 2020-07-21T10:42:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-09T10:01:30.000Z (over 2 years ago)
- Last Synced: 2023-03-05T02:24:03.196Z (almost 2 years ago)
- Language: Java
- Homepage: https://zyte.com/smart-proxy-manager
- Size: 45.9 KB
- Stars: 2
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![python](https://github.com/zytedata/zyte-smartproxy-clients/workflows/Python/badge.svg)](https://github.com/zytedata/zyte-smartproxy-clients/actions?query=workflow:Python)
[![node](https://github.com/zytedata/zyte-smartproxy-clients/workflows/Node.js/badge.svg)](https://github.com/zytedata/zyte-smartproxy-clients/actions?query=workflow:Node.js)
[![php](https://github.com/zytedata/zyte-smartproxy-clients/workflows/PHP/badge.svg)](https://github.com/zytedata/zyte-smartproxy-clients/actions?query=workflow:PHP)
[![java](https://github.com/zytedata/zyte-smartproxy-clients/workflows/Java/badge.svg)](https://github.com/zytedata/zyte-smartproxy-clients/actions?query=workflow:Java)
[![dotnet](https://github.com/zytedata/zyte-smartproxy-clients/workflows/.NET/badge.svg)](https://github.com/zytedata/zyte-smartproxy-clients/actions?query=workflow:.NET)
[![ruby](https://github.com/zytedata/zyte-smartproxy-clients/workflows/Ruby/badge.svg)](https://github.com/zytedata/zyte-smartproxy-clients/actions?query=workflow:Ruby)
[![rust](https://github.com/zytedata/zyte-smartproxy-clients/workflows/Rust/badge.svg)](https://github.com/zytedata/zyte-smartproxy-clients/actions?query=workflow:Rust)
[![r](https://github.com/zytedata/zyte-smartproxy-clients/workflows/R/badge.svg)](https://github.com/zytedata/zyte-smartproxy-clients/actions?query=workflow:R)
[![julia](https://github.com/zytedata/zyte-smartproxy-clients/workflows/Julia/badge.svg)](https://github.com/zytedata/zyte-smartproxy-clients/actions?query=workflow:Julia)
[![firefox](https://github.com/zytedata/zyte-smartproxy-clients/workflows/Firefox/badge.svg)](https://github.com/zytedata/zyte-smartproxy-clients/actions?query=workflow:Firefox)
[![erlang](https://github.com/zytedata/zyte-smartproxy-clients/workflows/Erlang/badge.svg)](https://github.com/zytedata/zyte-smartproxy-clients/actions?query=workflow:Erlang)To scrape locally, ensure `make` and `docker` are installed, then run:
```
PROXY=... KEY=... URL=... make IMAGE
```Where:
* `PROXY` - Zyte Smart Proxy Manager [API address](https://docs.zyte.com/smart-proxy-manager.html)
* `KEY` - Zyte Smart Proxy Manager [API key](https://app.zyte.com/account/signup/smart-proxy-manager)
* `URL` - URL to scrape
* `IMAGE` - One of the [docker files](docker)Example:
```
PROXY=proxy.zyte.com:8011 KEY=VALID_API_KEY URL=https://toscrape.com/ make nodejs-14
```