064f12c14c
Ignore mypy files
2019-07-04 12:16:26 +00:00
2eb834afc3
Bump version to 1.1.4
v1.1.4
2019-06-11 12:46:40 +00:00
d468a45662
Allow wolfram files
2019-06-11 12:42:55 +00:00
50e25346e5
Bump version to 1.1.3
v1.1.3
2019-06-07 11:36:41 +00:00
67da4e69fa
Add colorful log output
...
Highlight the important operations (new, modified) in different colours.
2019-06-07 13:28:55 +02:00
da602366f8
Bump version to 1.1.2
v1.1.2
2019-05-17 07:43:32 +00:00
2016f61bf8
Crawl more of the TI page
2019-05-09 11:04:24 +00:00
59c278da2c
Bump version to 1.1.1
v1.1.1
2019-05-06 12:07:12 +00:00
c72e92db18
Make Ti downloader authentication more robust
2019-05-06 12:04:01 +00:00
44b4204517
Add basic Ti downloader
2019-05-06 11:54:36 +00:00
11b9ff66e4
Bump version to 1.1.0
v1.1.0
2019-04-26 09:48:17 +00:00
d730d0064c
Conform to other files' __all__
2019-04-26 09:45:24 +00:00
ae6cc40fb5
Rename ILIAS crawler to ilias
...
To be consistent with the other classes' capitalisation of acronyms
2019-04-26 04:29:12 +00:00
0891e7f1bc
Fix logging messages not appearing
2019-04-26 03:58:11 +00:00
571c2a6c98
Clean up README structure
2019-04-25 20:04:50 +00:00
2d7a2b2d53
Add more usage examples
2019-04-25 20:01:50 +00:00
8550d1101c
Fix backronym in README
2019-04-25 19:59:21 +00:00
fd71dc6f6e
Use python3 everywhere in README
2019-04-25 19:57:04 +00:00
d48cbebbd4
Bump version to 1.0.0
v1.0.0
2019-04-25 19:55:15 +00:00
bc018fffde
Update the example config to the new version
2019-04-25 19:54:15 +00:00
9693e1d968
Make logging easier
2019-04-25 19:53:13 +00:00
5e9ecd3ce1
Add example setup steps
2019-04-25 19:30:02 +00:00
f1ba618378
Remove unnecessary files
v0.1.0
2019-04-25 19:18:19 +00:00
dfddc93039
Move norbert from aiohttp to requests
...
Also fix streaming (when downloading) in the other classes.
2019-04-25 19:15:36 +00:00
f0c42ce8ec
Clean up
...
Use shorter name for responses, like in the requests doc.
Change Organizer's __all__ to be more in line with the other __all__s.
2019-04-25 19:02:48 +00:00
82adeb324f
Move ffm stuff from aiohttp to requests
2019-04-25 19:01:53 +00:00
9bae030186
Move ilias stuff from aiohttp to requests
2019-04-25 18:52:48 +00:00
0e536f476a
Reorganize project structure
2019-04-25 11:51:03 +00:00
45e4500a58
Update example config
2019-04-25 08:32:25 +00:00
c7a9a42b3d
Allow files of type application/msword
2019-04-24 12:34:50 +00:00
5a1bf2188b
Switch from tabs to spaces
2019-04-24 12:34:20 +00:00
c3e64da570
Update example config
2019-02-08 12:56:24 +00:00
c2fc097124
Adapt to different LA1 folder structure
2018-12-14 09:28:29 +00:00
3019e4255b
Replace "/" in file names with "."
2018-12-14 09:27:12 +00:00
616a8d96a2
Sort norbert files while downloading
2018-12-05 11:44:35 +00:00
f8cd5edb75
Fix some typos on ilias
2018-12-05 11:44:11 +00:00
2d9223b8e6
Add norbert synchronizer
2018-11-29 10:26:58 +00:00
bdc0e8ad03
Remember files correctly for cleanin up
2018-11-28 08:59:07 +00:00
dad33b8c7f
Save identically named files under different names
2018-11-27 17:23:32 +00:00
98a2b5db34
Fix tut crawling
2018-11-27 10:28:39 +00:00
c824ae4f6d
Add more allowed file types
2018-11-27 10:27:20 +00:00
9a4ab645dc
Clean up Prog slide names
2018-11-27 10:26:44 +00:00
8b1a34233a
Add and use utility functions for changing paths
...
This fixes a small bug in the example config, where some files were
put in the wrong locations.
2018-11-27 08:52:27 +00:00
a084b05433
Change log message
...
for better readability
2018-11-26 17:33:27 +00:00
21ddf2546d
Use more complicated example config
2018-11-26 17:06:46 +00:00
068fe77dcf
Clean up minor things
...
- improve logging messages
- allow more download file formats
- strip file names
2018-11-26 17:00:17 +00:00
34da5d4d19
Sync files from ILIAS
2018-11-26 13:39:06 +00:00
529c4a7dda
Don't overwrite files if the contents match
2018-11-26 13:37:01 +00:00
2034c9d426
Add FfM (Fachschaft für Mathematik) synchronizer
...
This commit moves exceptions and some other things into utils.py and
renames files according to python's file naming guides (kinda).
It also adds a new example config using the new FfM downloader.
2018-11-24 08:27:33 +00:00
5732268084
Clean up
...
- detect whether authenticating is really necessary when attempting to
download a file
- add a get_website_refid() function
- move often-used goto.php url into constant
- and some comments
2018-11-23 17:45:07 +00:00