Skip to content

frontfest/twitter-draw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twitter-draw

Node script to pick up a random tweet

Configuration

In order to use this script, you must provide the credentials to use the Twitter API. Create a file named config.js with the following object:

module.exports = {
  consumerKey: 'yourConsumerKey',
  consumerSecret: 'yourConsumerSecret',
  accessToken: 'yourAccessToken',
  accessTokenSecret: 'yourAccessTokenSecret'
}

Run script

$ npm install
$ npm start

About

Script para hacer sorteos usando la API de Twitter

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published