From 836b8bb9c31a1ac18c4357a945fbfbe0c1716fb7 Mon Sep 17 00:00:00 2001 From: ramzanali007 <67953057+ramzanali007@users.noreply.github.com> Date: Thu, 1 Oct 2020 09:40:04 +0530 Subject: [PATCH 1/2] Update appTwitter.py --- two/appTwitter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/two/appTwitter.py b/two/appTwitter.py index 1f15c63..f71d78e 100644 --- a/two/appTwitter.py +++ b/two/appTwitter.py @@ -23,7 +23,7 @@ world_trends = twitter_api.trends.place(_id=WORLD_WOE_ID) us_trends = twitter_api.trends.place(_id=US_WOE_ID) #print("US Trends",us_trends) -# lets conver twitter object to string, dumps takes an object and produces a string +# lets convert twitter object to string, dumps takes an object and produces a string # print(json.dumps(us_trends, indent=1)) # from this we can get trends From bdadac85d8be6bf1d54ce41c820358583dcb3ec2 Mon Sep 17 00:00:00 2001 From: ramzanali007 <67953057+ramzanali007@users.noreply.github.com> Date: Thu, 1 Oct 2020 09:41:13 +0530 Subject: [PATCH 2/2] Create README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9861c8a --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# web_scraping_resources +WEB SCRAPING AND CONTENT MINING Web Scraping is a method for extracting textual characters from websites so that they could be analyzed. Web scraping is sort of content mining, which means that you collect useful information from websites, including quotes, prices, news company info, etc.This method for gathering data is direct, either through looking at websites' html code or visual abstraction techniques using Python programming language. +This is a open source project