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 details)

Uploaded Source

File details

Details for the file craigsgenerator-0.1.1.tar.gz.

File metadata

File hashes

Hashes for craigsgenerator-0.1.1.tar.gz
Algorithm Hash digest
SHA256 d01013fe9469c79860fb919221362afc96192fe52d364dfcf5ef7507595df3de
MD5 6e50bbd0702f73e93e9710f60a5d5e83
BLAKE2b-256 5e3df89a70793d5cc6798b71e09784317d90f709739900cdd267b42cad65d46d

See more details on using hashes here.

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