Commit d8efa22b authored by Norris Hua's avatar Norris Hua
Browse files

Create README.md

added README
parent 1c3e9a5f
Loading
Loading
Loading
Loading

README.md

0 → 100644
+15 −0
Original line number Diff line number Diff line
# CAS_Auto_Login
SUSTC network account auto login
## Requirements
requests 2.10.0
### Installation
    pip install requests
## Configuration items
'username': Your SUSTC studnet ID   
'password': CAS login password  
'interval_retry_connection': In second. If the status check failed (e.g. the server was down or there is no Internet connection), how long the program will wait before next attempt. Default value is 20.  
'interval_check_status':  In second. Determine how long the program will wait before next status check. Default value is 300.  
'interval_retry_login':  In second. If the login failed (e.g. wrong username & password combination, or the CAS server was down), how long the program will wait before next attempt. Default value is 10.  
## Contacts
If there are any questions, please reach me on Telegram.   
telegram.me/NorrisHua