Skip to content

Simple python package for download tweet from Twitter

License

Notifications You must be signed in to change notification settings

Matin-B/TwiGram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Simple python package for download tweet from Twitter

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages