Make sure 21 days in the future is actually after the semester has started or change to some other arbitrary value
subtract_from_the_start = 0 # What day to start from? (today - subtract_from_the_start)
add_to_the_end = 21 # What day to end at? (today + add_to_the_end)
- Results from
Algorithms 2
exam We can determine a person's first and last name.
# search query can be as many terms long as you want, just bear in mind
# there is no fuzzy search so be extra careful with the spelling
search_query = "Zarządzanie informacją 1 (L)", "Burak", "S1"
# "S1" - in-person studies, "last name of the professor",
# "Name of the subject add the (L)/(A)/(W) to hit the proper class"
# "221B" - the name of the group if you want to know all the members
# You can also input the dates, starting and ending time of the class
# "and" vs "or" in the query (usually u want to use "and" so that is the default)
asyncio.run(search_requests(search_query, data_sheet, "and", True, False, False, True))
- Hit right click on your browser window and click
Inspect
or hitF12
to open DevTools - Click on the
Network
tab - Send a
query
via theGUI
, EXAMPLE:
4. Now in the Network
tab there should be new entry
5. Double-click wherever on the blue highlighted area of the entry, EXAMPLE: