Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 641 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 641 Bytes

blackboard_crawler

###Small app that grabs all pdf files from a specified Blackboard link

This should now work with most any course/degree scheme some slight changes would be needed as I cannot have access to all other courses' blackboard to test. Also for ease of use it would be nice if a GUI was added, I'll try adn do this in the future after more features are added.

###Run instructions

####On linux:

  1. Download the contents of dist
  2. In terminal locate the dist folder and cd into it
  3. Run "./main"
  4. Enter username and password

####On other OS's

  1. From a command line / terminal
  2. pip install bs4
  3. python main.py