Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Commit 00dd7f0

Browse files
Scrapping News from Google News
1 parent fb1d464 commit 00dd7f0

File tree

7 files changed

+995
-0
lines changed

7 files changed

+995
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Google News - Latest News from all over world (involves user interaction)
2+
3+
Scrapes the google news website and stores the latest World News in `world_news.txt` file and user defined custom news set in `custom_news.txt`.
4+
5+
## Pre-Requisites
6+
7+
Run The Command `pip install -r requirements.txt`
8+
9+
## To Run the File
10+
11+
For Windows - `python main.py`
12+
13+
For Ubuntu/Linux - `python3 main.py`
14+
15+
## Screenshots -
16+
17+
### Screenshot of the generated `world_news.txt` file
18+
19+
![Screenshot](image1.png)
20+
21+
### Screenshot of the generated `custom_news.txt` file
22+
23+
![Screenshot](image2.png)
24+
25+
## *Author Name*
26+
27+
[Kartavya Shankar](https://github.com/kartavyashankar)

Scripts/Web_Scrappers/google_news_(ui_based)/custom_news.txt

Lines changed: 344 additions & 0 deletions
Large diffs are not rendered by default.
300 KB
Loading
304 KB
Loading

Scripts/Web_Scrappers/google_news_(ui_based)/main.py

Lines changed: 232 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
beautifulsoup4==4.8.2
2+
bs4==0.0.1
3+
requests==2.22.0
4+
requests-html==0.10.0

Scripts/Web_Scrappers/google_news_(ui_based)/world_news.txt

Lines changed: 388 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)