Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 289 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 289 Bytes

Keep Online at NWUNET

A auto-script to keep your device online at NWUNET.

  • Run the ccommand:
nohup python ./keep_online.py > ./keep_online.log 2>&1 &
  • Edit your accounts.csv in the form as follow:
<usr1>,<pwd1>
<usr2>,<pwd2>
<usr3>,<pwd3>
...