Skip to main content

Tired of searching with your mouse ? Let's automate the process.

Project description


Description :

  • Introducing "immosheets", a tool that streamlines your search process by automating it.
  • No more tedious mouse clicking and scrolling through search results. With immosheets, you can quickly and easily find what you're looking for with just a few simple commands.
  • Whether you're a developer looking for code snippets or a researcher scouring the web for information, immosheets can help you save time and increase your productivity.

Try immosheets out today and see the difference for yourself!

Usage

Install

pip install immosheets

Write your script

This is meant to be used as a package for your bot.

from immosheets import (SelogerService, SelogerSearchQuery, SelogerRealEstateFilter, 
SelogerRealEstateType, SelogerTransactionType, GoogleSpreadsheetsService)


seloger = SelogerService(api_key='my_seloger_api_key')
google_sheets = GoogleSpreadsheetsService(credentials_file_path='./credentials.json')

query = SelogerSearchQuery(
    maximumPrice="800",
    zipCodes="76300,76800,76000",
    includeNewConstructions="false",
    transactionType=SelogerTransactionType.RENT,
    realtyTypes=SelogerRealEstateType.APPARTMENT,
    sortBy=SelogerRealEstateFilter.NEWEST
)

google_sheets.use("my_sheet_id").clear().add_headers()

for result in seloger.search(query):
    google_sheets.insert(result)

Generating credentials

Third party Instructions
To learn how to create credentials, go to Create credentials. Once you create the credentials, make sure the downloaded JSON file is saved as credentials.json. Then move the file to your working directory and fill the path when instanciating the service.
Write to apidojo@gmail.com, they'll give you access to their private "SeLoger" API with free 500 calls per month. Thanks @julienbonnet50 for investigating.
Nothing to do.
Work in progress.
Work in progress.

Check out examples for more.

For contributors

To install development dependencies

pip install -r requirements.txt

To install the package locally with your new code inside

pip install -e .

There are no unit tests or documentation currently, we're working on that.

Integration

  • At this time, I am able to integrate with seloger.com and Google Sheets.
  • I am currently in the process of implementing support for Leboncoin.
  • If you would like me to integrate with any other third-party platforms, please submit a request in the form of an issue.
  • Additional integrations beyond seloger.com and Google Sheets are being considered and are open for request through the creation of an issue.
  • Your suggestions will be taken into consideration and evaluated for feasibility and compatibility with my current system.
  • We appreciate your feedback and suggestions as it helps us to improve and expand my capabilities to better serve you!

You can actually write your own integration based on defaults abstract classes located at the root of the package :

  • 'RealEstateService' for data acquisition
  • 'ReportingService' to display and manage data

Integration Ideas

Here's a few integrations ideas:

  • Excel
  • MongoDB
  • MySQL
  • ElasticSearch
  • Persist data as a File (JSON, XML, CSV)
  • Explorimmo
  • meilleursagents.com
  • apimo.net

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

immosheets-1.2.2.tar.gz (14.6 kB view details)

Uploaded Source

Built Distribution

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

immosheets-1.2.2-py3-none-any.whl (17.9 kB view details)

Uploaded Python 3

File details

Details for the file immosheets-1.2.2.tar.gz.

File metadata

  • Download URL: immosheets-1.2.2.tar.gz
  • Upload date:
  • Size: 14.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for immosheets-1.2.2.tar.gz
Algorithm Hash digest
SHA256 d87527bf3083970c1be4a861ae5251b0ae20a8f4e5a669e751bd02130aa8b573
MD5 552c30cc228438cb6f405c523002ed22
BLAKE2b-256 237c09c2a0d7ab58bf4b375ac26f5bb8dffe8b93921f0c3eb64270fc9f660469

See more details on using hashes here.

Provenance

The following attestation bundles were made for immosheets-1.2.2.tar.gz:

Publisher: python-publish.yml on arthuRHD/immosheets

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file immosheets-1.2.2-py3-none-any.whl.

File metadata

  • Download URL: immosheets-1.2.2-py3-none-any.whl
  • Upload date:
  • Size: 17.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for immosheets-1.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 dfece7f11b8ec1700b0a19969f175b2d6d34443441949221b6d0339c910e52df
MD5 93595446ae3a69e3f9dedd0b4bc745f2
BLAKE2b-256 cf585b564bbc28d0fd78c766f5879c5a8387f4527ed1ab42267e310dfca67929

See more details on using hashes here.

Provenance

The following attestation bundles were made for immosheets-1.2.2-py3-none-any.whl:

Publisher: python-publish.yml on arthuRHD/immosheets

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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