The revival of the objectively best Twitter video downloader bot ever known =^)
Before Starting: You have to use bash (or terminal) in something like Ubuntu or something nerdy like that. What you will need first is npm. So go and enter
sudo apt install npmNow you want pm2 because this is going to crash time to time without any warning. You also have more info on the process with this is you're into that.
npm install pm2 -gNow that that's done, you should get to know about pm2 when handling the bot when you're finished with this guid of sorts here! https://www.npmjs.com/package/pm2
This bad boy requires Node.js, FFmpeg, and frei0r-plugins:
sudo apt install nodejs ffmpeg frei0r-pluginsNext you gotta make sure everything is extracted neatly in a folder, yeah? And then you make sure that the terminal is in the folder you extraced everything into with cd then the directory...
cd /Downloaded/using/this__vid3/Just replace the /Downloaded/using/this__vid3/ with the actual directory though.
Finally, put your consumer key/secret and access token/secret obtained from the Twitter apps page inside config.json and run pm2 start app.js or without pm2, node app.js.
This is a parody of video downloader bots and does not actually send users download links. If you need an actual Twitter video downloader, I highly recommend youtube-dl.
I AM NOT RESPONSIBLE FOR ANYTHING THAT HAPPENS TO YOUR ACCOUNT AS A RESULT OF HOSTING THIS.
Original @this_vid by shalvah.
Original @this_vid2 by TheEssem.