🐴 txt.horse is a bare-bones pastebin clone: * Paste text up to 1MB in size * Unique URL generated * Text expires after 7 days * QR code linking to text * No JavaScript required * API for command-line and software ## API ### bash 🎠 Using the command line: ``` curl -d"txt=hello+dad+i%27m+in+jail&zuul=zuul" -XPOST https://txt.horse ``` The `zuul` key defeats stupid spambots. This value is filled in when using the browser with JavaScript. You can return the paste – sans HTML – using curl like so: ``` curl -H "Content-type: text/plain" https://txt.horse/about ``` ### Languages * Golang https://txt.horse/horse.go * Java https://txt.horse/horse.java * Python https://txt.horse/horse.py * Perl https://txt.horse/horse.pl ## Contact Contact: harrison.page@harrison.page πŸ“¬ Author: https://harrison.page πŸˆβ€β¬› Created over the holiday weekend: 27-Nov-2024 πŸ¦ƒ