senooken JP Social
  • FAQ
  • Login
senooken JP Socialはsenookenの専用分散SNSです。
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Untitled attachment

Download link

Notices where this attachment appears

  1. GNU social JP (gnusocialjp@gnusocial.jp)'s status on Wednesday, 09-Nov-2022 19:09:18 JST GNU social JP GNU social JP
    in reply to
    @chise GNU socialにはAtomPubとTwitterの2種類のAPIがありこれらとBasic認証を使えます。 https://gnusocial.jp/doc/api

    以下はAtomPubでの投稿例です。

    IP=test:666666
    DOMAIN=https://gnusocial.jp
    curl -u $IP -d @- $DOMAIN/api/statuses/user_timeline.atom <<-EOT
    <entry xmlns="http://www.w3.org/2005/Atom">
    <content>test</content>
    </entry>
    EOT
    In conversation Wednesday, 09-Nov-2022 19:09:18 JST from gnusocial.jp permalink
  2. せのお (妹尾 賢) (senooken@social.senooken.jp)'s status on Wednesday, 05-Feb-2020 03:18:53 JST せのお (妹尾 賢) せのお (妹尾 賢)
    GNU socialのAtomPub APIと格闘していた。
    API経由の投稿は最低限これでいける。
    curl -u username:password -d @- https://social.senooken.jp/api/statuses/user_timeline.atom <<-EOT
    <entry xmlns="http://www.w3.org/2005/Atom">
    <content>test</content>
    </entry>
    EOT
    In conversation Wednesday, 05-Feb-2020 03:18:53 JST from web permalink
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

senooken JP Social is a social network, courtesy of senooken. It runs on GNU social, version 2.0.2-beta0, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All senooken JP Social content and data are available under the Creative Commons Attribution 3.0 license.