An open API service indexing awesome lists of open source software.

https://github.com/luizfranzon/twitter-video-downloader

A tool to download videos from twitter.
https://github.com/luizfranzon/twitter-video-downloader

nextjs phosphor-react tailwindcss twitter-video-downloader

Last synced: about 2 months ago
JSON representation

A tool to download videos from twitter.

Awesome Lists containing this project

README

        





Logo

Twitter Video Downloder


A tool to download videos from twitter.




### Usage example:

### Built With

* [Next.js](https://nextjs.org/)
* [Tailwindcss](https://tailwindcss.com/)
* [Phosphor-react](https://phosphoricons.com/)
* [twitter-url-direct](https://www.npmjs.com/package/twitter-url-direct)

## Getting Started

**1- Clone this repository:**
```bash
https://github.com/luizfranzon/twitter-video-downloader && twitter-video-downloader/App
```
**2- Install dependencies:**
```bash
npm install
```

**3- Run dev server:**
```bash
npm run dev
```

(back to top)