You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
3
3
4
4
## Requirements
5
5
There's a file provided in the repository named requirements.txt. Run the following command after changing to the local folder holding the files.
6
6
```
7
7
pip install -r requirements.txt
8
8
```
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