Project Aim: Auto Login -- Certain sites automatically lock your account if you do not log in every so often (EMS Charts -- 1 month). It can be a hassle to get a account unlocked after it auto locks. This project would also have the potential for features such as fetching important data, and emailing/alerting user. This project would keep in mind that users may want to use the same concept for other web pages and will be designed to be as generic as possible.
Usage: -run with only [KEY] as arguement for normal login of all users in db -run with arguements: [KEY] 'add' --to add user to db of users -run with arguements: [KEY] 'remove' --to remove user to db of users
Dependencies:
* pycrypto-2.6.1 or greater
* simple-crypt-4.1.7 or greater