Skip to content

finalxcode/Twitter-Video-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

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%