Skip to content

takahashim/mastodon-book-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample code of "Mastodon Book"

This repository have sample code repository for "Kore-ga Mastodon da!"(Impress R&D, ISBN: 9784844397724).

How to use

REST API samples

Streaming API samples


(In Japanese)

「これがマストドンだ!」サンプルコード

マストドン研究会編『これがマストドンだ! 使い方からインスタンスの作り方まで』(インプレスR&D, ISBN: 9784844397724)の中の「マストドンAPIの叩き方」という章のサンプルコードです。

紙面の都合上、完全に動くコードは掲載できなかったのですが、こちらは完全版になっています。

使い方

  • access_tokenを取得して、その値をconfig.ymlに書き込む
  • bundle install を実行する
  • bundle exec toot.rb または bundle exec timeline.rb を実行する

REST APIサンプル

  • toot hello: 単に"hello"とトゥートするサンプル
  • toot in private: visibilityを"private"にして、リプライとしてトゥートするサンプル
  • toot with image: 画像つきでトゥートするサンプル
  • timeline by REST API: REST APIでタイムラインを取得するサンプル

Streaming APIサンプル

Releases

No releases published

Packages

No packages published

Languages