Skip to main content

Iterate through Craig's list

Project description

Read listings Pythonically.

Examples

Generate listings.

from craigsgenerator import craigsgenerator
for listing in craigsgenerator(sites = ['austin.craigslist.org'],sections=['sub']):
    print(listing)

Downloaded files are cached by default and refreshed if they’re older than a day. Change the directory by specifying the cachedir.

from craigsgenerator import Section
for listing in Section('austin','sub', cachedir = 'downloads'):
    print(listing)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

craigsgenerator-0.1.1.tar.gz (3.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page