标签: shell http lua pastebin computercraft
我希望能够将文件发送到用户拥有的特定现有粘贴或用户URL,以便我可以集中保存和管理粘贴。
当我使用lua shell时,我可以通过http.post发送一个文件,但是现有的粘贴或用户当前的粘贴没有任何变化。句柄返回显示为200
粘贴我想要的文件: paste 我希望新粘贴内容存在的用户: user
我目前正在尝试:http.post("https://pastebin.com/DTes1xkd", <string>) 通过lua shell读取文件时
http.post("https://pastebin.com/DTes1xkd", <string>)