Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated to new version #6

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore

This file was deleted.

12 changes: 11 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,17 @@ Usage
python scraper.py
```

Follow the Dialog.
Follow the Dialog.<br>
To chose the settings again just delete the variable in the file.

Updates Made
----------
- Fix to work with new versions of Moodle
- Fix to work with Python3
- Option to filter only some courses
- Remove semester scrapping option
- Added options to input the username, password and courses filter directly from the command prompt
- Download Folders


Disclaimer
Expand Down
6 changes: 6 additions & 0 deletions scraper.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[scraper]
baseurl = https://elearning.novaims.unl.pt/moodle/
user = user
pwd = password
root =

5 changes: 0 additions & 5 deletions scraper.conf.sample

This file was deleted.

Loading