npm-twitter Module Allows You To Get Twitter Download Link!
npm i npm-twitter
var twitter = require('npm-twitter')
//id Of Tweet
twitter.download('1354113050639437824').then(url => {
// Print The Url Link
console.log(url)
})