We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0da00e4 commit f87fad7Copy full SHA for f87fad7
Python/news-assistant/README.md
@@ -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