New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

twitter-ids

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twitter-ids

Get raw tweets from a list of ids

latest
npmnpm
Version
1.0.1
Version published
Weekly downloads
7
600%
Maintainers
1
Weekly downloads
 
Created
Source

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 ) );

FAQs

Package last updated on 28 Oct 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts