immosoup is a Telegram bot that scrapes Immoscout24 and Immonet for new affordable appartments in Munich using BeautifulSoup.
immosoup will send you Telegram notifications whenever a new appartment is put online. From our experience searching for appartments, being the fastest to reply when a new appartment is posted is key to being invited to appartment inspections.
However, both of these websites do not provide you with notifications that are timed in this way, but rather, aggregate information over a certain period of time and then send notifications to you. Depending on how lucky you are, this can even mean you wait several hours until you see a newly posted appartment.
immosoup counteracts this problem by scraping the websites in a much higher frequency so that you can always be the first one to reply 🤩.
-
You can adjust your appartment query by changing
page_url_immoscout
andpage_url_immonet
(inmain.py
) according to your needs. We recommend to sort the immobilienscout24 and immonet pages by 'Newest Entries First'. -
Grab a telegram bot ID. A tutorial for that can be found here. Make sure to grab the
BOT_ID
. -
Make sure that you have
telepot
installed. -
Run the script via:
python main.py [BOT_ID]