Skip to content
/ bb_auth Public

Python script to authenticate requests session to connect to QUT Blackboard Webapp

License

Notifications You must be signed in to change notification settings

bjdm/bb_auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bb_auth

Python script to authenticate requests session to connect to QUT Blackboard Webapp

Usage

  1. Import bb_auth into your project or copy the contents of the script.
  2. Initialize requests.Session object for context management and cookie jar.
  3. Call the authenticate(username, password, session) function with the respective arguments.
  4. Session will now be authenticated and ready for crawling

Problems and Crashes

Please report all crashes and errors to the github repository.

About

Python script to authenticate requests session to connect to QUT Blackboard Webapp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages