Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit 6a1d2ca

Browse files
Update README.md
added screenshot
1 parent 6fca389 commit 6a1d2ca

File tree

1 file changed

+2
-1
lines changed
  • Web-Scraping/Medium-Articles-Details-Scrapping

1 file changed

+2
-1
lines changed

Web-Scraping/Medium-Articles-Details-Scrapping/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Medium-Articles-Details-Scrapping
2-
This script will scrap details about medium articles published in a date range in the given publication. The dates are choosen randomly. If there is no article on that date, then that date is skipped. The results returned is a dataframe which can be saved in any format, currently saves as CSV.
2+
This script will scrap details about medium articles published in a date range in the given publication. The dates are choosen randomly. If there is no article on that date, then that date is skipped. The results returned is a dataframe which can be saved in any format, currently saves as CSV. Here is the preview of the terminal:
3+
![](terminal-preview.PNG)
34

45
# Requirements
56
- numpy

0 commit comments

Comments
 (0)