Skip to content

Commit 579f96f

Browse files
MODIFIED readme.md
1 parent 0bce156 commit 579f96f

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

News_Article_Scraping/README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Article scraping (Python)
2+
3+
## Description :
4+
5+
Newspaper is a Python module used for extracting and parsing newspaper articles.</br>
6+
Newspaper use advance algorithms with web scrapping to extract all the useful text from a website.</br>
7+
It works amazingly well on online newspapers websites. Since it use web scrapping too many request,</br>
8+
to a newspaper website may lead to blocking, so use it accordingly.
9+
10+
## Installation :
11+
$ pip install newspaper3k (Right Command)
12+
## Note :
13+
## $ pip install newspaper (Wrong Command)
14+
15+
## Languages Supported :
16+
Newspaper supports following languages:
17+
18+
input code full name
19+
ar Arabic
20+
da Danish
21+
de German
22+
el Greek
23+
en English
24+
it Italian
25+
zh Chinese
26+
....etc.

0 commit comments

Comments
 (0)