alximw / aulaglobal-massdownloader

Tiny Python script for automatic download of files hosted in UC3M Moodle web portal AulaGlobal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aulaglobal2-massdownloader

Tiny Python script for automatic download of files hosted in UC3M Moodle web portal AulaGlobal2

Version

1.0b

Dependencies

This script uses the following external libraries:

  1. Requests, from kennethreitz --> https://github.com/kennethreitz/requests
  2. Beautiful Soup, from kelp404 --> https://github.com/kelp404/bs4
  3. Unidecode, from iki --> https://github.com/iki/unidecode

Installation

Pip Python package manager is needed in order to deploy and link the references. You can obtain it from https://pypi.python.org/pypi/pip or by means of apt-get if using Debian-based systems.

After that, it is enough to run python over the setup file.

$> python setup.py install

About

Tiny Python script for automatic download of files hosted in UC3M Moodle web portal AulaGlobal.

License:GNU General Public License v2.0


Languages

Language:Python 100.0%