Skip to content

codeBlooded1997/django_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Craigslist Clone

Arian Aghnaei

Fall 2019

Python 3.7.3

I created this open source project from scratch to get more into Django framework

In this open source project, I combined a django powerd web application with a webscraping software. The most challenging part of this project for me was getting data from user and actually using the input data in my web scraping software.


I used Heroku for deploying the app. plaese take visit and test this scraper app : https://arnial.herokuapp.com/ (Unfortunately the the website is not online at the moment)


What I learned :

  • UGetting data from user as an iput and using in the scraping software.
  • Developing a scraper tool using Object Oriented Pradigm so it's possibl to use the scraper in other codes as a package.
  • Django powered web application design for deplaying web scraping toools and make it able to do searching on the web without need to install or run any command.
  • Deploying the scraper app using Heroku hosting service.

I'm interesting to know what you are thinking about this open source project so don't hesitate to contact me.


Thanks, Arian