Added some stuff

This commit is contained in:
2024-02-12 13:05:13 +01:00
parent 22ea95cf13
commit 9dbdc75ad9
7 changed files with 0 additions and 876 deletions

View File

@ -1,8 +0,0 @@
from bs4 import BeautifulSoup
import selenium
# Class to represent an academic year
#
class Year:
def __init__

View File

@ -1,5 +0,0 @@
username = "s5230837"
password = "<password>"
if __name__ == "__main__":
print("Do not run this module like this. Just set the values.")

View File

@ -1,10 +0,0 @@
# Module to handle login
# URL to login: https://themis.housing.rug.nl/log/in
# POST request which contains the following data:
# - username
# - password
# - null
from requests import post
from bs4 import BeautifulSoup