Compare commits
No commits in common. "272cf69de70b0ce524d998fd11b5dfccda260121" and "d0154c4a40b9435c06f5a81455581b3a24e1bc0b" have entirely different histories.
272cf69de7
...
d0154c4a40
|
@ -1,7 +0,0 @@
|
|||
Gemini scripts
|
||||
==============
|
||||
|
||||
My personal collection of CGI scripts, running at `gemini://dece.space:5691/`.
|
||||
Check out `gemini://dece.space/dev/scripts.gmi` for explanations.
|
||||
|
||||
All scripts are licensed as WTFPLv2.
|
16
inbox
16
inbox
|
@ -1,16 +0,0 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import requests
|
||||
|
||||
import smolcgi
|
||||
|
||||
smolcgi.require_cool_client("This script is not publicly available, sorry!")
|
||||
|
||||
if not smolcgi.query_string_dec:
|
||||
smolcgi.require_input("What's the matter?")
|
||||
|
||||
data = {"content": smolcgi.query_string_dec}
|
||||
requests.post("http://127.0.0.1:28149", data=data)
|
||||
|
||||
smolcgi.header(20, "text/plain")
|
||||
print("Input saved!")
|
Reference in a new issue