Skip to content

Example of scraping a page to get a list of scammers' phone numbers

Notifications You must be signed in to change notification settings

whonion/ts-phone-numbers-scrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phone-number-scraper

Example of scraping a page to get a list of scammers' phone numbers from zvonili.com

Install Node.js

sudo apt install git
sudo apt install nodejs
sudo apt install npm
node -v
npm -v

Clone repo and install dependencies

git clone https://github.com/whonion/ts-phone-numbers-scrap.git
cd ts-phone-numbers-scrap
npm i
npm i -g typescript
tsc --project tsconfig.json

Run Script

node main.js
node sort.js

About

Example of scraping a page to get a list of scammers' phone numbers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published