Changes

Jump to navigation Jump to search
no edit summary
*Awaiting more discussion, modifications
*Ed mentioned populating a database according to [[Social_Media_Entrepreneurship_Resources|Past Tweet-o-sphere experimentation/excavation results]]<!-- flush -->
 
===7/15: Application on Todd's Hub Project===
====Notes and PC for the Todd's hub data====
*Input: csv of twitter @shortnames
*Output: A main datasheet tagging each @shortname to the following keys: # of followers, # of following, # of tweets made in the past month; a side datasheet for each @shortname detailing the time signature, text, retweet count and other details of each tweet made by given @shortname in the past month.
*Summary: need to fix up auto .csv writing methods, parameters to query timeline by time signature (UPDATE: NOT POSSIBLE, LET'S JUST DO 200 RESULTS), instead of # of searched tweets.
 
*Pseudo-code
**We need a driver function to write the main datasheet, as well as iterate through the input list of @shortname and run alpha scrapper on each iteration.
**doesn't need to have a read.csv side function - no room for failure, no need to test
**Make ***one query*** per iteration, please.

Navigation menu