Skip to content

Releases: mario872/sentralify

sentralify 1.2.14 - Add argument to change where to save contexts

10 Apr 20:55

Choose a tag to compare

You can now set where you want to save browser data by setting sentralify(persistent_dir="dir/you/want")

sentralify 1.2.13 - Add headless to the sentralify function as well

09 Apr 11:09

Choose a tag to compare

I added headless to the sentralify function as well because there was really no reason for it not to be there.

sentralify 1.2.12 - I FORGOT TO PUSH MY COMMITS

21 Aug 23:24

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

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

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

Choose a tag to compare

Removed an unneeded print statement in generators.py

sentralify v1.2.8 - Fixing Awards Scraping

15 Jul 11:18

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

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

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

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!