pyzillow icon indicating copy to clipboard operation
pyzillow copied to clipboard

pyzillow is a python library to access the Zillow APIs

Results 22 pyzillow issues
Sort by recently updated
recently updated
newest added

This PR updates [responses](https://pypi.org/project/responses) from **0.10.14** to **0.22.0**. Changelog ### 0.22.0 ``` ------ * Update `requests` dependency to the version of 2.22.0 or higher. See 584. * [BETA] Added possibility...

I was wondering it was possible to include the rent zestimate?

This PR updates [coverage](https://pypi.org/project/coverage) from **4.5.4** to **6.5.0**. Changelog ### 6.5.0 ``` -------------------------- - The JSON report now includes details of which branches were taken, and which are missing for...

This PR updates [pytest-cov](https://pypi.org/project/pytest-cov) from **2.9.0** to **4.0.0**. Changelog ### 4.0.0 ``` ------------------ **Note that this release drops support for multiprocessing.** * `--cov-fail-under` no longer causes `pytest --collect-only` to fail...

This PR updates [pytest](https://pypi.org/project/pytest) from **5.4.3** to **7.1.3**. Changelog ### 7.1.3 ``` ========================= Bug Fixes --------- - `10060 <https://github.com/pytest-dev/pytest/issues/10060>`_: When running with ``--pdb``, ``TestCase.tearDown`` is no longer called for tests...

I tried running the following code ``` from pyzillow.pyzillow import ZillowWrapper, GetDeepSearchResults zillow_data = ZillowWrapper(ZWSID) deep_search_response = zillow_data.get_deep_search_results('2114 Bigelow Ave','98109',True) result = GetDeepSearchResults(deep_search_response) result ``` I get this error message...

This PR updates [pytest-flakes](https://pypi.org/project/pytest-flakes) from **4.0.0** to **4.0.5**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* Links - PyPI: https://pypi.org/project/pytest-flakes - Repo: https://github.com/asmeurer/pytest-flakes

I have been trying with zillow_data.get_updated_property_details and .get_deep_search_results to get "cooling system' attribute but it gives me an error like below. AttributeError: 'GetUpdatedPropertyDetails' object has no attribute 'coolingSystem' AttributeError: 'GetDeepSearchResults'...

In my zillow account settings, i have 4 API selections and I have selected the below 3. Directory API Profile Summary API Reviews API. but then, I get the below...

bug

pyzillow.pyzillowerrors.ZillowError: Status 6: This account is not authorized to execute this API call. getting this error while executing deepsearchresults

bug