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.
$ bash install.sh
$ node index.js
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