Skip to content

Instantly share code, notes, and snippets.

@fu-sen
Last active January 17, 2023 04:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fu-sen/e36165bd4df9fb273b282627e843e893 to your computer and use it in GitHub Desktop.
Save fu-sen/e36165bd4df9fb273b282627e843e893 to your computer and use it in GitHub Desktop.
Note to Misskey using cUrl | cUrl で Misskey へノート(投稿)する。
  • Use curl.exe instead of curl on Windows
  • Issuing an (Access Token): Settings - API
  • (Post Mode):、public, home, followers or specified
  • (Instance Domain): example misskey.io
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