twitterLogin {needmining}R Documentation

Login into Twitter API

Description

twitterLogin creates a token for the Twitter API

Usage

twitterLogin()

Details

This function creates a Twitter token of the Twitter API. This is necessary to use functions of the Twitter API. The login data has to be stored in the 'TwitterLoginData.csv' in the current set working directory (please refer to getwd() and setwd()). The file should have the following format: START app;consumer_key;consumer_secret;access_token;access_secret LINEBREAK The name of your app; your consumer_key; your consumer_secret; your access_token; your access_secret END OF FILE

Value

a Twitter token

Author(s)

Dorian Proksch <dorian.proksch@hhl.de>

Examples

## Not run: 
token <- twitterLogin()

## End(Not run)

[Package needmining version 0.1.1 Index]