Skip to content

lucasmorita/twitter-video-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter-Video-Downloader

Download videos from twitter

Installation

Requisites

  • docker, npm

Script

  • just run:
sh install.sh

Manual

Extension

cd extension \
&& npm install && npm run build

Server

  • Build
cd server \
&& docker build . -t twitter-vid-downloader
  • Run
docker run -v {dir_with_videos}:/usr/src/app/video -p 5000:5000 twitter-vid-downloader

Development

This extension was created with Extension CLI!

If you find this software helpful star or sponsor this project.

Available Commands

Commands Description
npm run start build extension, watch file changes
npm run build generate release version
npm run docs generate source code docs
npm run clean remove temporary files
npm run test run unit tests
npm run sync update config files

For CLI instructions see User Guide →

Learn More

Extension Developer guides

Extension Publishing Guides

About

Extensao para fazer download de videos do twitter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •