Skip to content

Commit 48028ea

Browse files
added README.md
1 parent 3d9a489 commit 48028ea

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

GoogleNews-Scraper/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## Google News
2+
3+
### Scrape articles with title, descriptions, news source, date and link regarding a topic
4+
5+
Create an instance of `GoogleNews` class.
6+
7+
```python
8+
articles = GoogleNews("topic")
9+
```
10+
11+
| Methods | Details |
12+
| ---------------- | ---------------------------------------------------------------------------------------- |
13+
| `.getArticles()` | Returns the articles with title, descriptions, news source, date and link in JSON format |
14+
15+
---

0 commit comments

Comments
 (0)