You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+41-3Lines changed: 41 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,11 @@ It contains some web scraping examples implemented using Python.
16
16
17
17
pip install pandas
18
18
</ul>
19
-
19
+
<ul>
20
+
<li>Requests</li>
21
+
22
+
pip install requests
23
+
</ul>
20
24
<h2>Usage :</h2>
21
25
<b>This directory contains 2 python files :</b>
22
26
<dl>
@@ -50,6 +54,11 @@ It contains some web scraping examples implemented using Python.
50
54
51
55
pip install beautifulsoup4
52
56
</ul>
57
+
<ul>
58
+
<li>Requests</li>
59
+
60
+
pip install requests
61
+
</ul>
53
62
<h2>Usage :</h2>
54
63
55
64
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:
91
100
<li>Open your Command Prompt or Terminal and change directory to the same folder where you have saved the program.</li>
92
101
<li>Use Command :</li>
93
102
94
-
python laptop_details.py
95
-
103
+
python laptop_details.py
96
104
</ul>
97
105
<ul>
98
106
<li>The laptops details will be stored in laptop_details.csv file.</li>
99
107
</ul>
100
108
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>
101
139
102
140
# Support :
103
141
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