## Installation
``` bash
$ pip install getlink_fshare
```

**Example**

``` python
from getlink_fshare import FSHARE

URL = 'https://www.fshare.vn/file/ZDMSTEAZSS9L'

bot = FSHARE(email="Your email", password="Your password")
bot.login()
download_link = bot.get_link(url=URL, password="File password")
print(download_link)
bot.logout()
```

## Requirements
* Python 3.6
* requests-html


## Current functions
* Get Fshare download link


## Question?
Please create issues and let me know so that I can improve/fix my lib