pyscord-storage

Free unlimited file hosting using the Discord server


Keywords
discord, unlimited, storage, django, file-hosting, image-hosting, pyscord-storage, storage-api, unlimited-storage
License
MIT
Install
pip install pyscord-storage==1.0.1

Documentation

pyscord-storage

Free unlimited file hosting using Discord server


API


Usage

import pyscord_storage

result = pyscord_storage.upload_from_file("path/to/your.file")

print(result)
import pyscord_storage

result = pyscord_storage.upload_from_url("waifu.jpg','https://github.com/animemoeus/pyscord-storage/raw/master/tests/temp/takagi.png")

print(result)

About


Increase Upload Limit

Example Implementation