Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lauti7/ips-range-scrapper

Scraping IPs Range from https://ipinfo.io/countries/us according to a keyword given. Built with Node JS
https://github.com/lauti7/ips-range-scrapper

Last synced: 23 days ago
JSON representation

Scraping IPs Range from https://ipinfo.io/countries/us according to a keyword given. Built with Node JS

Awesome Lists containing this project

README

        

# ips-range-scrapper
ips-range-scrapper works with a keyword given. It checks keyword against [https://ipinfo.io/countries/us/](https://ipinfo.io/countries/us/) and re-scrape matched links.

Keyword Example: "Verizon Wireless".
A matched link would be: [https://ipinfo.io/AS6167](https://ipinfo.io/AS6167)

## Run Script
```bash
git clone https://github.com/lauti7/ips-range-scrapper.git

cd ips-range-scrapper

npm install

node index.js Verizon Wireless
```

Then, IPs are saved in ```ips_range.txt```.