A script to scrape the listings on Stockholm's Student Housing site (SSSB), automating the process for a student looking for housing.
The repo does not include .env
, which should include the email and password of the account to send/receive the scraped results. It should be in the following format.
EMAIL=<insert_email_here>
PASS=<insert_password_here>