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 1182b84

Browse files
Update README.md
1 parent 4a9aad3 commit 1182b84

File tree

1 file changed

+41
-3
lines changed

1 file changed

+41
-3
lines changed

‎README.md‎

Lines changed: 41 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ It contains some web scraping examples implemented using Python.
1616

1717
pip install pandas
1818
</ul>
19-
19+
<ul>
20+
<li>Requests</li>
21+
22+
pip install requests
23+
</ul>
2024
<h2>Usage :</h2>
2125
<b>This directory contains 2 python files :</b>
2226
<dl>
@@ -50,6 +54,11 @@ It contains some web scraping examples implemented using Python.
5054

5155
pip install beautifulsoup4
5256
</ul>
57+
<ul>
58+
<li>Requests</li>
59+
60+
pip install requests
61+
</ul>
5362
<h2>Usage :</h2>
5463

5564
Open your Command Prompt or Terminal and change directory to the same folder where you have saved the program. Type the following command in your CMD or Terminal:
@@ -91,13 +100,42 @@ Here, change the following as per your needs:
91100
<li>Open your Command Prompt or Terminal and change directory to the same folder where you have saved the program.</li>
92101
<li>Use Command :</li>
93102

94-
python laptop_details.py
95-
103+
python laptop_details.py
96104
</ul>
97105
<ul>
98106
<li>The laptops details will be stored in laptop_details.csv file.</li>
99107
</ul>
100108

109+
<h1>4. Youtube :</h1>
110+
<b>A Python program to extract the information such as title, duration, channel, url, views, description, etc. of youtube trending videos.</b>
111+
112+
<h2>Additional Python Libraries Required :</h2>
113+
114+
<ul>
115+
<li>BeautifulSoup</li>
116+
117+
pip install beautifulsoup4
118+
</ul>
119+
<ul>
120+
<li>Pandas</li>
121+
122+
pip install pandas
123+
</ul>
124+
<ul>
125+
<li>Requests</li>
126+
127+
pip install requests
128+
</ul>
129+
<h2>Usage :</h2>
130+
<ul>
131+
<li>Open your Command Prompt or Terminal and change directory to the same folder where you have saved the program.</li>
132+
<li>Use Command :</li>
133+
134+
python youtube_trending.py
135+
</ul>
136+
<ul>
137+
<li>The videos details will be stored in youtube_trending.xlsx file.</li>
138+
</ul>
101139

102140
# Support :
103141
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 ☕

0 commit comments

Comments
(0)

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