/TwiGram

Simple python package for download tweet from Twitter

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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)