Start of a python API for Craigslist
Purpose: This is the start of a screen scraping Python API for Craigslist (using BeautifulSoup).
Functions:
- getFavs.py: stores all of your favorited listings in a csv file
- getPosts.py: finds all listings based on keyword search and saves in a cvs file
Specs:
- Python 2.7.5
- Python Libraries: BeautifulSoup.py