Skip to content

Latest commit

 

History

History
89 lines (62 loc) · 2.58 KB

README.md

File metadata and controls

89 lines (62 loc) · 2.58 KB

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