Simple python package for download tweet from Twitter
pip install TwiGramGet 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)