Tuesday, 15 September 2015

bigdata - How to get public data from Google plus -



bigdata - How to get public data from Google plus -

i have project involves having public info downloaded google plus, can give me reference on how can download 1 gb of type of public info google plus?

the info can posts or circles information. i've tried work developer tools far got downloading own profile info need public data. !

there no "public" info on google+.

every stream unique user.

try viewing site without logging in, , you'll see mean.

since users have ability block other users viewing "public" posts, before google shows post check see if you're on blocked list. them able that, have logged in.

your best bet create dummy business relationship , @ nearby stream or what's hot.

otherwise you'd need circle users, , create stream. g+ not twitter. there's no firehose speak of.

to programmatically cull data, have utilize their api, http api limits 20 results per search , have provide query.

you 100 results per user if picked individuals , got userids, 1 time again there's not programmatic way mass dump.

you randomly select users using activity search dictionary entry, , seed activity listing api... (in pure pseudocode)

for random word in dictionary grouping = userids https://www.googleapis.com/plus/v1/activities?query=[word] userid in grouping https://www.googleapis.com/plus/v1/people/[userid]/activities/collection/public

actual code of course of study depend on language.

google-plus bigdata

No comments:

Post a Comment