Skip to content

A python module to download files from KrakenFiles

License

Notifications You must be signed in to change notification settings

angeloruggieridj/py-kraken

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py-kraken

A python module to download files from KrakenFiles

Install

pip install py-kraken

Command Line Use

kraken-download https://krakenfiles.com/view/dbe8ee9c34/file.html

Module Use

from pykraken.kraken import Kraken

kraken_link = "https://krakenfiles.com/view/dbe8ee9c34/file.html"

# Download the file to local directory
k = Kraken()
k.download_file(kraken_link)

# Convert the kraken link to a download link
download_link = k.get_download_link(kraken_link)

print(download_link)

# 'https://krakenfiles.com/force-download/YXNkejUzNERTZmRzU0RGY3YzMmRiZThlZTljMzR8MTYxNTA3MDkyNA?fileHash=dbe8ee9c34'

About

A python module to download files from KrakenFiles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%