Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 642 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 642 Bytes

Introduce:

This script used to check scam websites of keyber network. list_check.json is input, where you enter suspicious websites. When you run script this will output to folder list_scam. The output is written every day.

How to install:

$ bash install.sh

Test it work:

$ node index.js

Run crontab

If it is successful, you will see file in list_scam folder. To configure running this script every hour, please try:

Open crontab

$ crontab -e

Add line below to crontab

0 * * * * cd ~/Documents/ethereum/scram_website && node index.js

Where /Documents/ethereum/scram_website is folder you push file index.js