Download it with:
wget https://raw.githubusercontent.com/0xlinofx/txSender/main/txSender.js -O txSender.jsor
curl https://raw.githubusercontent.com/0xlinofx/txSender/main/txSender.js -o txSender.jsThen run it:
node txSender.jsEnsure dependencies (ethers, prompt-sync, node-schedule) are installed:
npm install ethers prompt-sync node-scheduleclone the repo, run npm install, and npm start.