Metadata-Version: 2.1
Name: link-extractor
Version: 0.0.45
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
Requires-Dist: cached-url
Requires-Dist: pyyaml

# link_extractor

Extract Links from news source, ranked by importance.

## usage

```
import link_extractor
link_extractor.getLinks(site)
```

## how to install

`pip3 install link_extractor`

