A web scrapper tool to easily extract links from the Pyxida AUEB Institutional Repository.
The urls extracted contain MSc and PhD dissertations, in .pdf format, from all the departments of AUEB.
Visit: http://www.pyxida.aueb.gr
First, install all requirements:
pip install -r requirements.txtChange directory to src folder.
Step 1 Run:
python pyxida_scraper.pyStep 2 Run:
python pyxida_downloader.pyYou can simply open and run the GUI application. Run:
python pyxida_gui.pyYou can make an executable file for the GUI.
First, install the required library pyinstaller:
pip install pyinstallerThen, run:
pyinstaller pyxida_gui.specGo to dist/pyxida_gui.
And then run the created file pyxida_gui.exe!
Now, you can download all the dissertations you want easily!
