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

TranDatDT/getlink_fshare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Get premium Fshare link module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages