Skip to content

anserk/Pycras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pycras

Python scraper for Craigslist.

To start, update the file config.conf with your locations and categories.

Example of configuration file:

	locations = ["losangeles", "newyork"]
	categories = ["eng", "sof", "sad", "tch", "web"]

Now start the main python script simple using:

	python scraper.py

The output is a very simple html file with the posts found. The name of the file is the timestamp of the time when you ran the program.

You need BeautifulSoup and python3.

About

Python scraper for Craigslist.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published