Skip to main content

Get a ping when your dream home becomes available.

Project description

Bolig Ping

Get a ping when your dream home in Denmark becomes available on Boligsiden.dk.


Code Coverage Documentation License LastCommit Contributor Covenant

Developer:

Quickstart

The easiest way to use the package is as a uv tool. You can simply start searching for properties using the following command:

uvx bolig-ping --city københavn

This both installs the package and runs the command. All the available options are listed below, but you can always get these by running the following command:

uvx bolig-ping --help

To be able to send emails, you have to create a Google app password, and store both your Gmail email address and the app password in the environment variables GMAIL_EMAIL and GMAIL_PASSWORD, respectively. You can also simply store these in a .env file, as follows:

GMAIL_EMAIL=<your-email>@gmail.com
GMAIL_PASSWORD=<your-app-password>

With this set up, you can now use the --email option to receive an email with new properties that match your search criteria:

uvx bolig-ping --city københavn --email <receiving-email>

This will then send an email from your GMAIL_EMAIL to the receiving-email address. You can also set up a recurring search if you have a server available. In this case, you can add the following line to your crontab on a server, to run the search every hour:

0 * * * * <uvx-full-path> bolig-ping <search-arguments>

Here <uvx-full-path> is the full path to the uvx command, which you can find by running which uvx in your terminal.

All options

The following options are available:

  • --city/-c: The city you want to search in. This argument can be used several times to search in multiple cities, e.g., -c aarhus -c odense. If you do not specify any city then you'll be searching for homes in all of Denmark!
  • --min-price: The minimum price of the property, in DKK. Default is no minimum price.
  • --max-price: The maximum price of the property, in DKK. Default is no maximum price.
  • --min-monthly-fee: The minimum monthly fee of the property, in DKK. Default is no minimum monthly fee.
  • --max-monthly-fee: The maximum monthly fee of the property, in DKK. Default is no maximum monthly fee.
  • --min-rooms: The minimum number of rooms in the property. Default is no minimum number of rooms.
  • --max-rooms: The maximum number of rooms in the property. Default is no maximum number of rooms.
  • --min-size: The minimum size of the property, in square meters. Default is no minimum size.
  • --max-size: The maximum size of the property, in square meters. Default is no maximum size.
  • --query/-q: The query to search for in the property description. This argument can be used several times to search for multiple queries, e.g., -q badekar -q altan.
  • --property-type/-t: The type of property to search for. The available property types are ejerlejlighed, andelslejlighed and house. This argument can be used several times to search for multiple property types, e.g., -t ejerlejlighed -t house. Default is searching for all property types.
  • --email: The email address you want to receive the ping on. Note that this needs to have the GMAIL_EMAIL and GMAIL_PASSWORD environment variables set, as described above. Default is to use no email address, and instead print the properties to the console.
  • --cache/--no-cache: Whether to use the cache or not. Default is to use the cache, but you can disable it by using the --no-cache flag. This is useful if you want to see all the results, and not just the new ones. The cache is stored in the .boligping_cache file in the current directory.
  • --headless/--no-headless: Whether to run the scraper in headless mode. Mostly used for debugging.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bolig_ping-1.6.1.tar.gz (82.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

bolig_ping-1.6.1-py3-none-any.whl (11.6 kB view details)

Uploaded Python 3

File details

Details for the file bolig_ping-1.6.1.tar.gz.

File metadata

  • Download URL: bolig_ping-1.6.1.tar.gz
  • Upload date:
  • Size: 82.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.16

File hashes

Hashes for bolig_ping-1.6.1.tar.gz
Algorithm Hash digest
SHA256 01ec17ce8a29a8cce655e11e351104a9e89d990bf9ac02f040504edaf2f701c2
MD5 fbe1b4611323c3d811d640601e5078e1
BLAKE2b-256 1249836a603ecf61d604ecc418a0bc7774315a349b162da1dc51dfa3b538877e

See more details on using hashes here.

File details

Details for the file bolig_ping-1.6.1-py3-none-any.whl.

File metadata

  • Download URL: bolig_ping-1.6.1-py3-none-any.whl
  • Upload date:
  • Size: 11.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.16

File hashes

Hashes for bolig_ping-1.6.1-py3-none-any.whl
Algorithm Hash digest
SHA256 7429f693c99e7124e2c58ab9a4bd660e04c42842886497ebb66481200696837d
MD5 d1fcf4e4b89baf4a6e83388d249de095
BLAKE2b-256 bbde09ba3a91630a0449d6a38725e754e15d8d7772c1074c3b7cb05d7783f3d0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page