We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 439966a commit 4912087Copy full SHA for 4912087
README.txt
@@ -2,8 +2,8 @@ Install the packages in requirements.txt and install mongodb and ideally Robo 3T
2
in scrapper_main.py execute every function one by one, do not execute the whole script in one go!!!!
3
4
Scrap_bbc_landing():
5
-Scraps the landing page of http://bbc.com and store the scrapped articles in the bbc database of the
6
-local mongodb server(localhost) port:27017
+Scraps the landing page of http://bbc.com and store the scrapped articles in the news database of
+the mongo database hosted on the cloud at cloud.mongodb.com
7
8
dbmongo_query_articles("China"):
9
Non case sensitive search for the word China in the articles scrapped.
0 commit comments