Skip to content

Given a handler, fetches the most recent 100 references in tweets

Notifications You must be signed in to change notification settings

hyprstack/twitter-reference-fetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twitter-mentions-fetcher

Fetches references given a twitter handler, up to 100 latest mentions

In order to run this you will need a twitter api key. To get one please follow "twitter api key" You will need to register for a twitter developer account and then create an app.

To run node lambda.js <handle> <# of tweets>

The config file should contain the following:

const configs = {
  consumer_key: '',
  consumer_secret: '',
  access_token_key: '',
  access_token_secret: '',
  writeSystem: 'file'
};

module.exports = configs;

About

Given a handler, fetches the most recent 100 references in tweets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published