Skip to content

This is a web-app created using Python, Django. By using this user can compare mobile phone price from different eCommerce websites.

Notifications You must be signed in to change notification settings

rishab05/FoxScrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FoxScrap

FoxScrap is a website which show mobiles phone price from different ecommerce site like Flipkart and Amazon. It also show the specification of products.

Getting Started

To run this repository clone or download using above link.

Prerequisites

  • Python-3.6
  • Django-1.9

Installing

Create a python virtual environment for the prokject

$ python3 -m env foxscrap-env
$ cd foxscrap-env
$ source bin/activate

Now after activating environment we install djnago in it.

$ pip install django==1.9

Go the location where you download this repo

$ cd webapp

Run the server

$ python manage.py runserver

After you open localhost go to /products

You will see this login interface

You can sign up for a new account or use(email- [email protected] pswd- eliot)

After SignIn index page will open: Alt text

When you click on an Product its detail will open

Amazon.json and flipkart.json are files which was created by using webscraping. (educational purpose only) You can see olddata file for see the original json file.

Deployment

For deployment I used python anywhere which is free you can see its website for more information. Link of Live website

Created with ❤️

About

This is a web-app created using Python, Django. By using this user can compare mobile phone price from different eCommerce websites.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published