Twitter-Video-Downloader
Twitter-Video-Downloader copied to clipboard
Open Source Twitter Video Downloder PHP Script
Twitter Video Downloade PHP
This app is one of the apps created using this repository. Twitter Video Downloader
THIS REPOSITORY IS DEPRECED DUE TO TWITTER DEVELOPERS UPDATE API1.1 NO MORE IN USE.
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
How to Install.
- 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.
Methods.
$tweet = getTweetInfo($connection,$tweet_id);
getTweetText($tweet)
getTweetImage($tweet)
getTweetVideo($tweet)
Output.

Credits.
Uses Twitter API v1.1 as a library credits : TwitterOAuth (https://github.com/abraham/twitteroauth)