Skip to content

Commit 4bd1574

Browse files
authored
Update and rename readme.txt to README.md
1 parent d83f287 commit 4bd1574

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

speech_recognition_news/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Speech News
2+
3+
## Execution
4+
5+
To execute the script, the dotenv and newspaper3 package will need to be downloaded. Documentation can be found below.
6+
- newspaper3: https://newspaper.readthedocs.io/en/latest/
7+
- dotenv: https://pypi.org/project/python-dotenv/
8+
9+
From there, you will need to go to https://newsapi.org/ and create an account and get the api key".
10+
11+
Documentation for this can be found per below.
12+
- Getting Started: https://newsapi.org/docs/get-started#search
13+
- Python: https://newsapi.org/docs/client-libraries/python
14+
15+
Once you have the required packages, execute the scipt and it should pull the latest news articles, summarize them and put it into a json format under the folder "news_summary".

speech_recognition_news/readme.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)