Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
athlon173226y@Haxk20 thanks. The app is logging into the website, because my school plan is different every week. It works very well tho and I’m really happy with my creation 😁
-
I did something like that. Though instead I parsed the schedule visually, by first reading the HTML, doing a faux render, writing my own library for parsing it, parsed it visually, used some approximation to figure out wtf was going on, caching. The plan was to then be able to render the closest path to the next lesson in 3D.
While doing this I crashed the server hosing the schedule three times. -
athlon173226y@ScriptCoded well I don’t need it to be THAT extreme, because all my lessons are via internet in my home, but still - very cool
Maybe I’ll make GPS navigation to my computer 😂
Related Rants
So I've started my Python adventure and made an app that lets me know what's my next lesson in school. It shows lesson, subject and time.
random
python