Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

twitter-helper

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-helper

Allows to fetch data from Twitter without using its API. Does not require any authentication.

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

twitterHelper

JS Twitter helper. Get data from Twitter without using its API.

Warning

It's based on a current implementation of URL structure of Twitter. It may change unexpectedly in the future.

Usage

This helper helps to get Twitter data, like user timeline from Twitter, without using OAuth API. It will fetch data that are accessible through Twitter widgets.

Get user tweets

Gettings user tweets is super simple. Just run the following method:

twitterHelper.getTweetsByUsername('sunpietro');

And listen to the tweetsByUsernameFetched event dispatched onto the BODY DOM element. The event will contain tweets data (the latest 20 tweets by default).

document.body.addEventListener('tweetsByUsernameFetched', callback, false);

Browser support

Tested only with the latest browsers versions available on the market. ES6 support is required.

Keywords

FAQs

Package last updated on 31 Dec 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc