Skip to content

A quick project to serve mp4 links for apple shortcuts, which allows me to download videos from Twitter.com

License

Notifications You must be signed in to change notification settings

VictorXLR/TwitterDownloader

Repository files navigation

TwitterDownloader

A quick project to serve mp4 links for apple shortcuts, which allows me to download videos from Twitter.com

Generate Token

Create a Twitter developer app using an application's CONSUMER API KEY and CONSUMER API SECRET keys..

Command to run to generate a Bearer Token is

curl -u 'API key:API secret key' \
  --data 'grant_type=client_credentials' \
  'https://api.twitter.com/oauth2/token'

This App will take a POST request with parameters in the format of

{
	"url": "https://twitter.com/engineeringvids/status/1294115032586838016",
	"quality": "high"
}

and return a direct url to the video so it can be saved to my camera roll :)

It is currently deployed at

twit.victorxlr.me/link

About

A quick project to serve mp4 links for apple shortcuts, which allows me to download videos from Twitter.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published