j-winston / Zillow-Listing-Scraper

Scrapes Zillow.com and creates a handy google sheet complete with links, rental prices, and address.
0 stars 0 forks source link

split not working #1

Open johnpip opened 2 years ago

johnpip commented 2 years ago

In mainy.py line 20,23,24 not working as designed. Line 20 returns ' '. Need help to fix this part.

johnpip commented 2 years ago

Solved it myself. I just changed line 19 to a string with javascript_text = str(javascript_data) and it works now.

j-winston commented 2 years ago

Sweet! I have to take a look at that..

On Wed, Jul 13, 2022 at 6:52 AM johnpip @.***> wrote:

Solved it myself. I just changed line 19 to a string with javascript_text = str(javascript_data) and it works now.

— Reply to this email directly, view it on GitHub https://github.com/j-winston/Zillow-Listing-Scraper/issues/1#issuecomment-1183071469, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYMERBYY2ZNBD7TEMBTZD7TVT2NXDANCNFSM53OH4WHA . You are receiving this because you are subscribed to this thread.Message ID: @.***>