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

twifo

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twifo

Get user information of a Twitter user

latest
Source
npmnpm
Version
1.0.7
Version published
Maintainers
1
Created
Source

twifo

Build Status

Build will fail because the number of tweets isn't fixed, neither the number of followers or likes.

Get user information of a Twitter User

Install

$ npm install --save twifo

Usage

const twifo = require('twifo');

twifo('pakalupapito').then(user => {
	console.log(user);
	/*
	{
		name: 'pakalu papito',
		handle: 'pakalupapito',
		bio: 'started from gas station now we here',
		tweet: '2,240',
		followers: '1.51M',
		following: '174',
		likes: '2,349'

	}
	*/
});

NOTE : will be null if value isn't available.

  • Twifo-Cli : CLI tool for this module.

License

MIT - Copyright © Rishi Giri

Keywords

twitter

FAQs

Package last updated on 17 Jun 2016

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