Skip to content

JohanFrom/SyllabusCrawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SyllabusCrawler

SyllabusCrawler is part of a bachelor's degree course/thesis DA362A and we are two Information Architecture students who have contributed this code. The purpose is to aid the creation of syllabuses but can also be used for other information gathering things.

If you want to know more about Malmö University and about the Information Architecture program, press the two links below:

Installation and running the app

Make sure that you have the current pip version installed. In your terminal in your prefered code editor, type python and if that is not working use python3 or python2.

$ pip install -r requirements.txt
$ python app.py 
$ pip3 install -r requirements.txt
$ python3 app.py 

If you get a urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108), run this command: $ bash /Applications/Python*/Install\ Certificates.command

Your terminal will say Running on http://127.0.0.1:5000/, CTRL + CLICK on the address and the application will show up in your browser, or you can type it in and if it will not you can type the address in the addressbar in your preferred browser.

License

MIT