- Use
curl.exe
instead ofcurl
on Windows - Issuing an (Access Token): Settings - API
- (Post Mode):、
public
,home
,followers
orspecified
- (Instance Domain): example
misskey.io
Last active
August 24, 2024 13:31
-
-
Save fu-sen/e36165bd4df9fb273b282627e843e893 to your computer and use it in GitHub Desktop.
Note to Misskey using cUrl | cUrl で Misskey へノート(投稿)する。
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -X POST -H "Content-Type: application/json" -d "{ \"i\": \"(Access Token)\", \"text\": \"(Note Message)\", \"visibility\": \"(Post Mode)\" }" https://(Instance Domain)/api/notes/create |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment