Skip to content

Instantly share code, notes, and snippets.

@cbjorgol
cbjorgol / redfin_rss_parser.py
Last active October 26, 2018 22:46
Simple script to pull redfin entries and plot a price histogram
import feedparser
import numpy as np
from matplotlib import pyplot as plt
from matplotlib.ticker import FuncFormatter
# Local file so none of you see my actual search
from rss_feed_url import url
def get_houses(url):
"""