エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
mastodonをpythonからさわる API解説 - Qiita
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
mastodonをpythonからさわる API解説 - Qiita
### # Writing data: Media ### def media_post(self, media_file, mime_type = None): """ Post an ima... ### # Writing data: Media ### def media_post(self, media_file, mime_type = None): """ Post an image. media_file can either be image data or a file name. If image data is passed directly, the mime type has to be specified manually, otherwise, it is determined from the file name. Throws a MastodonIllegalArgumentError if the mime type of the passed data or file can not be determined properly. Returns

