Skip to content

Commit f87fad7

Browse files
Update README.md
1 parent 0da00e4 commit f87fad7

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

Python/news-assistant/README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# News assistant
2+
- - - - - - - - -
3+
## Aim
4+
5+
The aim of this script is to read out the top headlines of your favourite news category</br>
6+
Categories you can choose from are:</br>
7+
- business
8+
- entertainment
9+
- general
10+
- health
11+
- science
12+
- sports
13+
- technology
14+
15+
## Requirements
16+
```pip install newsapi-python```
17+
18+
## To use:
19+
- ```python news.py```
20+
- Get and enter your API key by registering at https://newsapi.org/register
21+
- Enter the category from the above listed categories
22+
- Sit back and listen to the latest news headlines :)

0 commit comments

Comments
 (0)