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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d87527bf3083970c1be4a861ae5251b0ae20a8f4e5a669e751bd02130aa8b573
|
|
| MD5 |
552c30cc228438cb6f405c523002ed22
|
|
| BLAKE2b-256 |
237c09c2a0d7ab58bf4b375ac26f5bb8dffe8b93921f0c3eb64270fc9f660469
|
Provenance
The following attestation bundles were made for immosheets-1.2.2.tar.gz:
Publisher:
python-publish.yml on arthuRHD/immosheets
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
immosheets-1.2.2.tar.gz -
Subject digest:
d87527bf3083970c1be4a861ae5251b0ae20a8f4e5a669e751bd02130aa8b573 - Sigstore transparency entry: 231849796
- Sigstore integration time:
-
Permalink:
arthuRHD/immosheets@0a209ce6eb84a240da9a0910489fe9f5e4606244 -
Branch / Tag:
refs/tags/1.2.2 - Owner: https://github.com/arthuRHD
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-publish.yml@0a209ce6eb84a240da9a0910489fe9f5e4606244 -
Trigger Event:
release
-
Statement type:
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dfece7f11b8ec1700b0a19969f175b2d6d34443441949221b6d0339c910e52df
|
|
| MD5 |
93595446ae3a69e3f9dedd0b4bc745f2
|
|
| BLAKE2b-256 |
cf585b564bbc28d0fd78c766f5879c5a8387f4527ed1ab42267e310dfca67929
|
Provenance
The following attestation bundles were made for immosheets-1.2.2-py3-none-any.whl:
Publisher:
python-publish.yml on arthuRHD/immosheets
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
immosheets-1.2.2-py3-none-any.whl -
Subject digest:
dfece7f11b8ec1700b0a19969f175b2d6d34443441949221b6d0339c910e52df - Sigstore transparency entry: 231849801
- Sigstore integration time:
-
Permalink:
arthuRHD/immosheets@0a209ce6eb84a240da9a0910489fe9f5e4606244 -
Branch / Tag:
refs/tags/1.2.2 - Owner: https://github.com/arthuRHD
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-publish.yml@0a209ce6eb84a240da9a0910489fe9f5e4606244 -
Trigger Event:
release
-
Statement type: