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
Release history Release notifications | RSS feed
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)
File details
Details for the file craigsgenerator-0.1.1.tar.gz
.
File metadata
- Download URL: craigsgenerator-0.1.1.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d01013fe9469c79860fb919221362afc96192fe52d364dfcf5ef7507595df3de |
|
MD5 | 6e50bbd0702f73e93e9710f60a5d5e83 |
|
BLAKE2b-256 | 5e3df89a70793d5cc6798b71e09784317d90f709739900cdd267b42cad65d46d |