1.0.0 • Published 2 years ago

twdown-scrapper v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Twitter Video Downloader Scrapper

Scrap data from a Twitter video downloader and get direct info & url links from your Twitter Post.

Install

npm install twdown-scrapper

Changelog

  • v1.0.0

    • Initial commit.

Usage

const twdown = require('twdown-scrapper');

const link = "https://twitter.com/momentoviral/status/1653385906039017484";

twdown(link)
  .then((res) => {
    console.log(res);
  })
  .catch((err) => {
    console.error(err);
  });

Issues & Contact

Thanks for using my module, Hope you forgive me if it shows an error, because I'm newbie at this :>

1.0.0

2 years ago