Skip to content

Instantly share code, notes, and snippets.

@motanelu
motanelu / house.py
Last active November 7, 2019 14:52
Finding a house with python
import scrapy
import peewee
import re
import urllib
import cStringIO
from PIL import Image
from playhouse.db_url import connect
db = connect('mysql://root:@127.0.0.1/house')