Python script to authenticate requests session to connect to QUT Blackboard Webapp
- Import bb_auth into your project or copy the contents of the script.
- Initialize requests.Session object for context management and cookie jar.
- Call the authenticate(username, password, session) function with the respective arguments.
- Session will now be authenticated and ready for crawling
Please report all crashes and errors to the github repository.