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

get-tweet-id

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

get-tweet-id

Get tweet id of any tweet by url! Fast and Minimal.

  • 1.0.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source


Get Tweet ID

get-tweet-id

The FIRST and the ONLY module to get tweet id from url !

How to Install ?

Use npm or yarn to install this npm package

npm i get-tweet-id

Features

  • Fast
  • Minimal
  • Lightweight
  • No Dependencies
  • Support all Frameworks

How to use ?

  • Step 1: Install the npm package
  • Step 2: Import getTweetId in your app
  • Step 3: Pass Tweet url like getTweetId("https://twitter.com/VishwaGauravIn/status/1472126167167627265")
  • Result: You will get the Tweet Id in return like 1472126167167627265

Example Code :

import getTweetId from "get-tweet-id";

export default function Test() {
    let url = "https://twitter.com/VishwaGauravIn/status/1472126167167627265"
    let id = getTweetId(url)
    console.log(id) // 1472126167167627265
    return (
        <div>
        
        </div>
    )
}

Keywords

FAQs

Package last updated on 11 May 2022

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