Where I can write school name?
Closed this issue · 2 comments
maksutovnurda commented
For example what if my school: exampleschool.edupage.org.
ivanhrabcak commented
The school name is pulled out from the response of the login request. I am not sure if it works for all schools though...
self.school = response.url.split(".edupage.org")[0].split("https://")[1]
Does it not work for you? If so, @freegamerskids provided a pretty good solution, but you have to enter the school name manually
maksutovnurda commented
enter the school name manually
Thanks, I figured it, didn't notice that I need to enter school name manually. So it worked