Skip to content

Automatically login to FreeDNS.Afraid.org to avoid termination due to dormant account

License

Notifications You must be signed in to change notification settings

adriankeenan/afraid-autologin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Afraid Autologin

  • Logs in freedns.afraid.org using USERNAME/PASSWORD from settings.py.
  • Avoids account from being terminated due to inactivity (6 months).
  • Run this script using cron every few months: source bin/activate && python autologin.py
  • Uses firefox to go through the site. You may optionally install PhantomJS to use with the --browser flag.
  • Can be run using a virtual display for headless systems by passing the --headless flag.

Setting Up

To setup your virtualenv (once):

$ cd afraid-autologin
$ virtualenv venv

To use it:

$ source venv/bin/activate
$ pip install -r requirements.txt
$ python autologin.py

About

Automatically login to FreeDNS.Afraid.org to avoid termination due to dormant account

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%