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 2247374

Browse files
added README.md
1 parent c4304ec commit 2247374

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

‎News_Scrapper/README.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Package/Script Name
2+
3+
This Script is used to get top 10 headlines from India Today based on the category entered by user and stores it in a CSV file.
4+
5+
## Setup instructions
6+
This script requires the following:
7+
1. python3
8+
2. requests module
9+
3. beautifulsoup4 module
10+
11+
To install the modules type:
12+
13+
```bash
14+
pip3 install requests
15+
```
16+
17+
```bash
18+
pip3 install beautifulsoup4
19+
```
20+
21+
To run the script type:
22+
23+
```bash
24+
cd News_Scrapper
25+
```
26+
27+
```bash
28+
python3 scrapper.py
29+
```
30+
31+
## Output
32+
33+
![script.png](https://i.postimg.cc/CKRH9rBD/script.png)
34+
35+
36+
![excel-csv.png](https://i.postimg.cc/ZKmH0L2t/excel-csv.png)
37+
38+
## Author
39+
40+
#### By [Paulami Bhattacharya](https://github.com/paulamib123)

0 commit comments

Comments
(0)

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