Skip to content

surajpanker/WebScrapping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

It is web scrapping project .Follwing libraires are used to extract information from website.

Libraries are as follows Pandas https://pandas.pydata.org/docs/user_guide/10min.html beautifulsoup4: https://pypi.org/project/beautifulsoup4/ Selenium : https://www.geeksforgeeks.org/selenium-python-tutorial/ done again!!

Exmple website is flipkart.

git commands

//set up git hub account git config --global user.name "FIRST_NAME LAST_NAME" git config --global user.email "email"

git clone url git checkout -b branchname(any) open vs code do some change git status git add . //"." add all changes in the code and instead of the "." , use filename ,you change git commit -m "message" git push -u origin branchname //create pull request https://opensource.com/article/19/7/create-pull-request-github

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages