Metadata-Version: 1.0
Name: urlexpander
Version: 0.0.32
Summary: urlExpander is a Python package for quickly and thoroughly expanding shortened URLs.
Home-page: https://github.com/SMAPPNYU/urlExpander
Author: leon yin
Author-email: whereisleon@gmail.com
License: MIT
Description: This package makes working with link data from social media and webpages easier. It not only expands links, but catches errors, and makes parallel link expansion quick and efficient.
        ```
        import urlexpander
        urlexpander.expand('https://trib.al/xXI5ruM')
        ```
        returns
        ```
        'https://www.breitbart.com/video/2017/12/31/lindsey-graham-trump-just-cant-tweet-iran/'
        ```
         
         Please take a look at the [quickstart](http://nbviewer.jupyter.org/github/SMAPPNYU/urlExpander/blob/master/examples/quickstart.ipynb?flush_cache=true).
        
            
Keywords: smapp social media unshorten expand link url
Platform: UNKNOWN
