Skip to content

Releases: mario872/sentralify

sentralify 1.2.12 - I FORGOT TO PUSH MY COMMITS

21 Aug 23:24
Compare
Choose a tag to compare

So, turns out that the last pypi release didn't work, because I didn't push my commits. So, here's one that does work.
That was a stupid mistake.

sentralify 1.2.11 - Fixing URLs

21 Aug 21:40
Compare
Choose a tag to compare

This library was completely broken for at least a couple months, just fixed it. Unfortunately, the awards are still broken, the only thing I couldn't fix as far as I know.

sentralify 1.2.10 - str --> int

15 Jul 21:53
Compare
Choose a tag to compare

Previously the amount of awards received was a str, it has now been made an int.

sentralify v1.2.9 - Unneeded print statement removed

15 Jul 11:42
Compare
Choose a tag to compare

Removed an unneeded print statement in generators.py

sentralify v1.2.8 - Fixing Awards Scraping

15 Jul 11:18
Compare
Choose a tag to compare

This release fixes crashes that would happen whenever attempting to scrape awards.

sentralify v1.2.7 - Fixing KeyErrors

07 May 21:21
Compare
Choose a tag to compare

Sentral must have changed something on their end again, because I'm getting a KeyError when generating my timetable. I added a little

try:
...
except KeyError:
...

And it should be fixed now.

sentralify v1.2.6 - ICS Timetable Stability(?)

11 Apr 21:26
Compare
Choose a tag to compare

Changed so that if no ICS can be downloaded, returns None.

sentralify v1.2.5 - ICS Timetables!

11 Apr 11:57
Compare
Choose a tag to compare

Added ICS timetable file scraping to Sentralify, I don't know why anyone else would use this, but I'm using it for class-forge, so have fun with the new feature!

sentralify v1.2.4

04 Apr 09:14
Compare
Choose a tag to compare

Fixed login() not logging in successfully.

sentralify v1.2.3

03 Apr 20:04
afac94b
Compare
Choose a tag to compare

This release of sentralify adds start_time_date, end_time_date, and is_now to each period.