simple file-upload to free file-upload platform Catbox.moe
assuming file.txt is in the same directory as catbox.py
single-file upload:
catbox.py file.txt
Successful Output:
I like to share files with strangers on the internet. This website will temporarily host files up to 200 megs and provide a link to your file. Using this on my desktop workstation is fast and easy in the browser, but I wanted to be able to share files from CLI or other scripts on the same platform. So I made this tool!
The following file types are currently not allowed: .exe, .scr, .cpl, .doc, .jar*
This a server-side check and completely out of my control (ahem, just compress them first)
eagerly awaiting your PR, king :)