Skip to content

finalxcode/Twitter-Video-Downloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Video Downloader Live Anroid App

This app is one of the apps created using this repository. Twitter Video Downloader

Twitter Video Downloader Using PHP

Open Source Twitter Video Downloder PHP Script

How to Install.

  1. Download Zip.
  2. Set $consumer_key , $consumer_key_secret , $access_token , $access_token_secret variables from index.php
  3. Set $tweet_id Variable from index.php
  4. Run Script.

Methods.

$tweet = getTweetInfo($connection,$tweet_id);

getTweetText($tweet)

getTweetImage($tweet)

getTweetVideo($tweet)

Output.

alt text

Credits.

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

About

Open Source Twitter Video Downloder PHP Script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.3%
  • Shell 0.7%