Craig’s Generator
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)
Release files for craigsgenerator 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| craigsgenerator-0.1.1.tar.gz | 3.8 kB | Details |
Release files / craigsgenerator-0.1.1.tar.gz
| Download URL | craigsgenerator-0.1.1.tar.gz |
|---|---|
| Size | 3.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d01013fe9469c79860fb919221362afc96192fe52d364dfcf5ef7507595df3de
|
|
BLAKE2b-256 checksum How to use checksums |
5e3df89a70793d5cc6798b71e09784317d90f709739900cdd267b42cad65d46d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |