twitter-ids

1.0.1 • Public • Published

Twitter IDs

Get a list of raw tweets based on a list of ids.

Usage

var getTweets = require( 'get-tweets' );
 
var ids = [
    'id1',
    'id2',
    ...
]
 
var keys = [
    {
        key: 'key',
        secret: 'secret',
    },
    
]
 
let tweetStream = getTweet( ids, keys );
tweetStream.on( 'data', tweet => console.log( tweet.id_str ) );

Readme

Keywords

none

Package Sidebar

Install

npm i twitter-ids

Weekly Downloads

0

Version

1.0.1

License

MIT

Last publish

Collaborators

  • volox