This app is one of the apps created using this repository. Twitter Video Downloader
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)