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 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