This app is one of the apps created using this repository. Twitter Video Downloader
Consider using https://rapidapi.com/FastTwitterAPI/api/twitter-api50/ Tweet lookups is not supported on Free Plan of Twitter's API anymore. You should have buy basic or pro plan to get tweet info. For more information check Twitter Developers Page.
Open Source Twitter Video Downloder PHP Script
- Download Zip.
- Set $consumer_key , $consumer_key_secret , $access_token , $access_token_secret variables from index.php
- Set $tweet_id Variable from index.php
- Run Script.
$tweet = getTweetInfo($connection,$tweet_id);
getTweetText($tweet)
getTweetImage($tweet)
getTweetVideo($tweet)
Uses Twitter API v1.1 as a library credits : TwitterOAuth (https://github.com/abraham/twitteroauth)