pyzillow
pyzillow copied to clipboard
pyzillow is a python library to access the Zillow APIs
I am able to get the zillow ID, but when I try to get property information using get_updated_property_details, I am getting this error. raise ZillowError(int(response.findall('message/code')[0].text)) pyzillow.pyzillowerrors.ZillowError:
Hello, I am trying the example code from the readme. GetDeepSearchResults works with no problems, but GetUpdatedPropertyDetails fails. Here's my code: from pyzillow.pyzillow import ZillowWrapper, GetDeepSearchResults, GetUpdatedPropertyDetails zillow_data = ZillowWrapper(ZWSID)...
Hello, my name is Kirill. Firstly, thank you very much for creating this tool, it really helps. I am having an issue with using .get_deep_search_results while giving it an address...
I'm unable to import 'ZillowWrapper' or 'GetDeepSearchResults'. I've tried installing both manually and from pip, both with and without sudo, and both in vagrant and on my local machine. Opening...
When i run the code print GetDeepSearchResults(zillow_data.get_deep_search_results("1600 Pennsylvania Ave NW", "20500")) it works fine but when i run print GetDeepSearchResults(zillow_data.get_deep_search_results("1600 Penn Ave NW", "20500")) I get Traceback (most recent call...
Python 2.7, latest pyzillow release. ``` import numpy as np import pandas as pd from pyzillow.pyzillow import ZillowWrapper, GetUpdatedPropertyDetails from pyzillow.pyzillow import ZillowWrapper, GetDeepSearchResults address = '255 Ewell Ct '...
get_deep_search_results() is throwing a TypeError exception, when both arguments are unicode. Could use some help with this. thanks
This PR updates [coverage](https://pypi.org/project/coverage) from **4.5.4** to **7.2.2**. Changelog ### 7.2.2 ``` -------------------------- - Fix: if a virtualenv was created inside a source directory, and a sourced package was installed...