Skip to content

Commit 6f2d1df

Browse files
authored
Update README.md
1 parent c67c921 commit 6f2d1df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hackernews_scrapper/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Hacker News Scrapper
2-
This script allows the user to scrape a particular count *(based on user choice)* of tech news from **Hacker News** and store it in the form of a **csv file** in the same directory as the script. The csv file is divided into 2 columns; the topic of the news and the link to the news.
2+
This script allows the user to scrape a particular count *(based on user choice)* of tech news from **Hacker News** and store it in the form of a **csv file** in the same directory as the script. Csv file is divided into 2 columns; the topic of the news and the link to the news.
33

44
## Requirements
55
There's a file provided in the repository named requirements.txt. Run the following command after changing to the local folder holding the files.
66
```
77
pip install -r requirements.txt
88
```
9-
This should download any necessary library required for running the tool.
9+
This should download any necessary library required for running the tool.

0 commit comments

Comments
 (0)