From 8a26d409bd49ae006cb249d7209103ff43e3ee7a Mon Sep 17 00:00:00 2001
From: Robin Sonnabend <robin@fsmpi.rwth-aachen.de>
Date: Tue, 8 Oct 2019 16:59:42 +0200
Subject: [PATCH] Add README

---
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..98b48ed
--- /dev/null
+++ b/README.md
@@ -0,0 +1,8 @@
+# RWTH Moodle Sync
+
+Logs you into RWTH Moodle through Shibboleth, finds documents in your courses and downloads them to a local directory.
+
+Simply execute:
+```
+python moodle_sync.py
+```
-- 
GitLab