1.0.0 • Published 2 years ago
twdown-scrapper v1.0.0
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
Create issue session in Github Repo
You can reach me on Telegram
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