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;