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.
- Host: GitHub
- URL: https://github.com/amssdias/craigslist-clone
- Owner: amssdias
- Created: 2020-10-05T20:57:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-10T10:01:21.000Z (over 4 years ago)
- Last Synced: 2025-01-13T19:25:08.728Z (5 months ago)
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**