Skip to content

gbajson/nju-forever

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nju-forever

Simple script to keep alive nju mobile account

Script does use 'mailx' client to set up emails. Sample configuration of SMTP and email client: https://gist.github.com/gbajson/88d179499136dc5945f5a13fd6a8b9ff

  1. Install requirements
git clone https://github.com/gbajson/nju-forever.git
cd nju-forever
pip install -r requirements.txt
  1. Add your additionl phone number to .bash_profile
pi@raspberrypi:~ $ cat .bash_profile
EMAIL="[email protected]"
export PHONE
  1. Setup your cron
0 */6 * * * (. $HOME/.bash_profile; date; /home/pi/py3.7.3/bin/python nju-forever/nju_forever.py) >> /var/tmp/sms.log 2>&1

About

Simple script to keep alive nju mobile account

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages