Skip to content

code-yeongyu/twitter_video_tools_v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Video Tools V2

  • A Twitter video downloader
  • supports downloading videos from twitter (or specific user from twitter)
  • Please note: This project has no affiliation with the similarly named website https://monsnode.com. Moreover, it is not associated in any way with https://x.com, formerly known as Twitter.

Install

with PIP

pip install twtvt

with Poetry

poetry add twtvt

Usage

Command line

twtvt --help

Supported link types:

Python Embedding

import twtvt

twtvt.download_video(
    target_links=['https://twitter.com/twtvtOfficial/media', 'https://monsnode.com/v1506575871309589251'],
    username='your username',
    password='your password',
    output='./videos',
    cookies_from_browser='brave',
    until_link='https://twitter.com/twtvtOfficial/status/1599748329927499777',
)