Metadata-Version: 2.1
Name: link-extractor
Version: 0.0.4
Summary: Extract Links from news source, ranked by importance.
Home-page: https://github.com/gaoyunzhi/link_extractor
Author: Yunzhi Gao
Author-email: gaoyunzhi@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown
Requires-Dist: bs4
Requires-Dist: telegram-util (>=0.0.27)
Requires-Dist: cached-url (>=0.0.1)

# link_extractor

Extract Links from news source, ranked by importance.

## usage

```
import link_extractor
link_extractor.getLinks(webpage, domain=domain)
```

## how to install

`pip3 install link_extractor`

