Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 493 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 493 Bytes

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