Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f18d38d

Browse files
Update README.md
1 parent 7118196 commit f18d38d

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

‎README.md‎

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,41 @@ Here, change the following as per your needs:
6464

6565
-d: Directory where to save the images(Default = Download - the directory present with code).
6666

67+
<h1>3. Flipkart</h1>
68+
<b>A Python program to extract the Price, Name, and Rating of Laptops from Filpkart website.</b>
69+
70+
<h2>Pre-requisites :</h2>
71+
<h4>1. Additional Python Libraries Required :</h4>
72+
73+
<ul>
74+
<li>Selenium</li>
75+
76+
pip install selenium
77+
</ul>
78+
<ul>
79+
<li>BeautifulSoup</li>
80+
81+
pip install beautifulsoup4
82+
</ul>
83+
<ul>
84+
<li>Pandas</li>
85+
86+
pip install pandas
87+
</ul>
88+
<h4>2. <a href="https://chromedriver.chromium.org/downloads">chromedriver</a> (For Windows operating system you can download the chromedriver from this repository)</h4>
89+
<h2>Usage :</h2>
90+
<ul>
91+
<li>Open your Command Prompt or Terminal and change directory to the same folder where you have saved the program.</li>
92+
<li>Use Command :</li>
93+
94+
python laptop_details.py
95+
96+
</ul>
97+
<ul>
98+
<li>The laptops details will be stored in laptop_details.csv file.</li>
99+
</ul>
100+
101+
67102
# Support :
68103
If you found this project helpful or you learned something from the source code and want to thank me, consider buying me a cup of coffee ☕
69104
<ul>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /