Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Latest commit

 

History

History
30 lines (21 loc) · 520 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 520 Bytes

Installation

$ pip install getlink_fshare

Example

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