Skip to content

Rahul-Sagore/python_scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 

Repository files navigation

python_scripts

Contains scripts written in python. (For automation, web scrapping)

###Script 1# : Junglee_scrapping

The aim of making this script is to find the product list and their corresponding prices from www.junglee.com. After running this script user will be prompted to enter the search term, then the script will search the product on junglee.com and will output all the products with their prices. I have used Python2.7.6 for web scrapping, 're' python libray for pattern searching and beautifulsoup Python package for parsing HTML documents.

####Directory structure

python_scripts
|---junglee_scrapping/
| |---junglee_scrapping.py
|---README.md

####Instructions

  • To make this script run properly, you must install BeautifulSoup library first:

      `sudo pip install beautifulsoup`
    
  • Now after cloning or downloading this script, locate the junglee_scrapping.py on terminal: cd /path/to/the/clone/repo/script

  • Now run the script using python junglee_scrapping.py

####Task completed :

  • Fetched product list successfully
  • Fetched product price successfully
  • Integrated product list and price list into dictionary
  • Taking user input as a search term

####Need to be done :

  • Suggesting cheap product

About

Contains scripts written in python. (For automation, web scrapping)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages