Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 499 Bytes

File metadata and controls

28 lines (19 loc) · 499 Bytes

TwiGram

Simple python package for download tweet from Twitter

Install package

pip install TwiGram

Examples of How To Use

Get tweet info

from twigram import download

# Get tweet information from Twitter
download("https://twitter.com/i/status/1481722124855169028")

Get tweet info (show video size)

from twigram import download

# Get tweet information from Twitter
download("https://twitter.com/i/status/1481722124855169028", show_size=True)