https://github.com/jonmorisenpai/proxies-generator
Free Proxies Generator is a Generator/Scrapper and Helps Players to fetch Proxies from Custom Scrappers , as Per reduces extra work and credentials
https://github.com/jonmorisenpai/proxies-generator
free-proxy free-proxy-extractor free-proxy-list proxies proxy-scraper
Last synced: 5 months ago
JSON representation
Free Proxies Generator is a Generator/Scrapper and Helps Players to fetch Proxies from Custom Scrappers , as Per reduces extra work and credentials
- Host: GitHub
- URL: https://github.com/jonmorisenpai/proxies-generator
- Owner: JonMoriSenpai
- License: mit
- Created: 2021-11-01T16:01:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-17T20:59:19.000Z (about 2 years ago)
- Last Synced: 2024-03-25T12:09:07.752Z (about 1 year ago)
- Topics: free-proxy, free-proxy-extractor, free-proxy-list, proxies, proxy-scraper
- Language: JavaScript
- Homepage:
- Size: 604 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Proxies Generator
## About
Free Proxies Generator is a Generator/Scrapper and Helps Players to fetch Proxies from Custom Scrappers , as Per reduces extra work and credentials.
- Object-oriented , means Value returned in a structure format
- Customisable Validator
- Performant## Installation
**Node.js 16 or newer is required.**
```
npm install proxies-generator
```## Example usage
Fetch proxy :-
```
import { fetch, fetchOne } from 'proxies-generator'
OR
const { fetch, fetchOne } = require('proxies-generator')const Proxies = fetch() // Proxy Array with validity checks
/**
* [
{
ip: String
port: String
code: String
country: String
type: String
updated: String
https: Boolean
httpsurl: String
url: String
},
]
*/const Proxy = fetchOne() //Fetch One Proxy
const Proxy = fetchBycountry('Brazil') //Fetch Proxy from brazil if present in Cache
const Proxies = random() //Fetch Array of Random Proxy
const Proxy = randomOne() //Fetch One Random Proxy
```## Strucutre of Proxy
```
Proxy = {
ip: String
port: String
code: String
country: String
type: String
updated: String
https: Boolean
httpsurl: String
url: String
}
```## Links
- [Source Code](https://github.com/SidisLiveYT/proxies-generator.git)
- [GitHub Repo Link](https://github.com/SidisLiveYT/proxies-generator)
- [NPM Package](https://www.npmjs.com/package/proxies-generator)
- [Yarn Package](https://yarn.pm/proxies-generator)## Contributing
Before creating an issue, please ensure that it hasn't already been reported/suggested, and double-check the ReadMe.md
## Help
If you don't understand something in the ReadMe.md , you are experiencing problems, or you just need a gentle
nudge in the right direction, please don't hesitate to join our official [Support Server](https://discord.gg/MfME24sJ2a).