issues
search
aleph-im
/
aleph-sdk-python
Python SDK library for the Aleph.im network
MIT License
3
stars
5
forks
source link
Feature: download on ipfs client
#36
Closed
1yam
closed
1 year ago
1yam
commented
1 year ago
Solutions:
Add a function called download_file_ipfs that downloads from ipfs.io/ipfs/.
Refactor the current download process to include:
Chunk size and storage into a buffer (BytesIO). (memory friendly)
Add a test for the download functionality.
Solutions: