Featured image of post أرسل رسالة ماتركس بستخدام CURL

أرسل رسالة ماتركس بستخدام CURL

هنا أمر لإرسال رسالة في بروتوكول ماتركس باستخدام CURL, و Access token

1
curl 'https://matrix.org/_matrix/client/r0/rooms/!xxxxxx:example.com/send/m.room.message/?access_token=xxxxxxxx' -X PUT --data '{"msgtype":"m.text","body":"hello world"}'

الحصول على access token

إذا لم يكن لديك access token, بإمكانك الحصول عليها من Curl أيضا

1
2
3
curl -XPOST \
  -d '{"type":"m.login.password", "user":"<userid>", "password":"<password>"}' \
  "https://matrix.org/_matrix/client/r0/login"

المصدر

https://news.ycombinator.com/item?id=19227859

FarisZR
مبني بستخدام Hugo
قالب Stack مصمم من Jimmy