# craigslist.py: A Python library for searching Craigslist
This WIP library makes Craigslist searchable via a Python API. The API
works by scraping Craigslist directly, which I've been told can get your IP
banned at high volumes.
Status:
- Decent job of parsing job, housing and for-sale posts
- Relies on raw location (domain name) and category ("hhh", "sss", etc.) data as input
- Tests
TODO:
- More tests
- Wrap locations and search categories in constants