https://github.com/animemoeus/pyscord-storage
Free unlimited file hosting using Discord server
https://github.com/animemoeus/pyscord-storage
discord file-hosting image-hosting pyscord-storage storage storage-api unlimited-storage
Last synced: about 1 year ago
JSON representation
Free unlimited file hosting using Discord server
- Host: GitHub
- URL: https://github.com/animemoeus/pyscord-storage
- Owner: animemoeus
- License: mit
- Created: 2021-07-01T04:35:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-18T19:05:53.000Z (about 1 year ago)
- Last Synced: 2025-03-27T15:48:32.318Z (about 1 year ago)
- Topics: discord, file-hosting, image-hosting, pyscord-storage, storage, storage-api, unlimited-storage
- Language: Python
- Homepage: https://discord-storage.animemoe.us/
- Size: 2.86 MB
- Stars: 16
- Watchers: 1
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyscord-storage |  
Free unlimited file hosting 😁👍
## API
- [Upload From URL](https://discord-storage.animemoe.us/api/upload-from-url/)
- [Upload From File](https://discord-storage.animemoe.us/api/upload-from-file/)
## Refresh Expired URL
```text
https://discord.animemoe.us/refresh?url=DISCORD_FILE_URL_HERE
```
```text
https://discord.animemoe.us/refresh?url=https://cdn.discordapp.com/attachments/858938620425404426/1350901088865226852/animemoeus-waifu.jpg
```
## Installation
```bash
pip install pyscord-storage
```
## Usage
```python
import pyscord_storage
result = pyscord_storage.upload_from_file("path/to/your.file")
print(result)
```
```python
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
- Max upload file size limit is ~~[8MB](https://support.discord.com/hc/en-us/community/posts/360031101592-Increase-max-file-size-for-free-accounts)~~ [25MB](https://twitter.com/discord/status/1645522780337885184) 🥳🎉.
- media.discordapp.net & cdn.discordapp.com. [Click here for details](https://www.reddit.com/r/discordapp/comments/e8lgj2/mediadiscordappnet_cdndiscordappcom/).
- proxy_url. [Click here for details](https://www.reddit.com/r/discordapp/comments/f1ixly/.discord_adding_lower_width_and_height_to_linked/).
- How long will my Discord file link work? [Click here for details](https://support.discord.com/hc/en-us/community/posts/360061593771-Privacy-for-CDN-attachements).
## Increase Upload Limit
- I don't know if this will work, but I think if the server gets a boost, we can increase the upload limit up to 50MB or 100MB.
- [https://support.discord.com/hc/en-us/articles/360028038352-Server-Boosting-FAQ-](https://support.discord.com/hc/en-us/articles/360028038352-Server-Boosting-FAQ-)
- Join our Discord Server: [https://discord.gg/kZuWeKzgkq](https://discord.gg/kZuWeKzgkq)
## Example Implementations
-
-