Changes between Version 36 and Version 37 of BluePrint/SocialMedia
- Timestamp:
- 10/24/12 04:15:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/SocialMedia
v36 v37 80 80 81 81 ==== Processing Tweets ==== 82 Go to a page eden/msg/twitter_search. You can add keywords / search queries records under this page. It will ask you for a PIN to enter before saving the keywords/queries. The pin is obtained from Twitter app that was created. After saving the keywords/ queries, click on Results which triggers the search and msg_twitter_search_results table in the database gets populated. 82 After fetching the twitter feeds, the Geo-tagged tweets are processed. They are parsed to fetch user information, tweet data and location information in terms of latitude and longitude. All this information then goes into the msg_twitter_search_results table. 83 83 ==== Plotting tweets on Map ==== 84 84