$ 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()
- Python 3.6
- requests-html
- Get Fshare download link
Please create issues and let me know so that I can improve/fix my lib