plusser: plusser: A Google+ API Interface for R

Description Details Google+ API Key Google+ Quotas References

Description

The idea of this package is to provide a high level interface to Google's Google+ social network. As of now, functions related to data retrieval are available. The authentication (beyond using an API key) and posting messages parts of the API are not yet implemented.

Details

As a high-level interface between R and Google+, this package is aimed at social media and researchers. Google does not provide an API to retrieve the following relation ships without full authentication, this package is not yet suitable for social network analysis.

On the social media side, this package can be used to retrieve posts, a post's popularity (comments, +1s, reshares) and the profiles of entities. Espescially interesting might be the retrieval of profiles that interacted with certain posts.

This package is designed as modular as possible with separating harvest and parsing functions. Users can use their own parsing functions if required.

Google+ API Key

This section describes briefly how to obtain a Google+ API key.

  1. Go to the Google Developers Console at https://console.developers.google.com/project.

  2. Create a new project and open it.

  3. In the menu, choose APIs & auth.

  4. Choose Google+ API on the next screen.

  5. Activate it by clicking On.

  6. Choose credentials from the submenu.

  7. Click Create new key and write it down. This is your API key.

Google+ Quotas

Currently, Google permits 5 requests per second up to a maximum total of 10,000 requests per day.

References

See the official Google Google+ API documentation: https://developers.google.com/+/api/latest/.


plusser documentation built on May 2, 2019, 8:17 a.m.