AIT LIBRARY REISSUER
- Uses selenium webdriver to log into the AIT (Army Institute of Technology) E-Library and login using given credentials.
- Uses beautiful soup to parse the website
# What it does so far
- Prints out various data related to issued book on the terminal
- Reissues if the current date is greater than or equal to the due date.
- Sends a email to the user to remind him of the remaining days
# TODO
- Improve the email content
- Provide an option to reissue immediately
Required Python Modules
Library Reissuer requires the following modules to be installed