An open API service indexing awesome lists of open source software.

https://github.com/amssdias/craigslist-clone

Using scraping tools, made a craigslist clone.
https://github.com/amssdias/craigslist-clone

Last synced: 3 months ago
JSON representation

Using scraping tools, made a craigslist clone.

Awesome Lists containing this project

README

        

# DJANGO Craigslist

This is a craigslist clone. I have used scraping tools for this project.

### To run the code:
* Download the code
* Open the terminal window and go to the project directory
* Write this "python manage.py runserver" and press Enter
* You will get some lines of code, one should say "Starting development server at http://127.0.0.1:8000/", you copy this URL and put it in the browser

**For this code to run you _must_ have Python and Django installed**