GithubHelp home page GithubHelp logo

xabilahu / egela-scraper Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 2.31 MB

Web scraper for eGela Moodle based platform hosted by University of the Basque Country.

License: GNU General Public License v3.0

Shell 2.72% Python 97.28%
scraper

egela-scraper's Introduction

eGela Scraper

A web scraper for the Moodle based alumni web eGela, hosted by University of the Basque Country.

Usage

Launch the scraper with the following command. In the first launch it will setup your environment downloading the dependencies needed.

./scrap.sh -o /path/to/output/folder

After that, you will be prompted your eGela credentials to gain access to the website. Those credentials won't be stored or even shared, they are discarded after the login success.

Folder structure

This script downloads the contents of the different courses you are enroled into in the following structure:

outputFolder
+-- course1
|   +-- section1
|   |   +-- document1.pdf
|   |   +-- document2.docx
|   |   +-- folder.zip
|   +-- section2
|   |   +-- slides.pptx
|   |   +-- subsection1
|   |   |   +-- document1.pdf
|   |   |   +-- document2.odt
+-- course2
|   +-- section1
...

File types

The file types that the scraper will look for are stored in fileTypes.txt file. If any file type of your need doesn't appear in that file, you can launch the scraper with a custom list of file types the following way:

./scrap.sh -o /path/to/output/folder -f /path/to/filetypes.txt

Author

Xabier Lahuerta Vázquez. Contact me here.

License

GPLv3

egela-scraper's People

Contributors

xabilahu avatar dependabot[bot] avatar

Watchers

James Cloos avatar  avatar

egela-scraper's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.