Skip to content

Commit

Permalink
Update README.md for get_news_by_site
Browse files Browse the repository at this point in the history
  • Loading branch information
bckenstler authored Oct 23, 2023
1 parent 47baf7f commit 9304b53
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,11 @@ print(pakistan_news[0])
* `GNews.get_news_by_location(location)`
* location can be name of city/state/country

### Get news by site

* `GNews.get_news_by_site(site)`
* site should be in the format of: `"cnn.com"`

### Results specification

* It's possible to pass proxy, country, language, period, start date, end date exclude websites and size during initialization
Expand Down

0 comments on commit 9304b53

Please sign in to comment.