{"id":15023018,"url":"https://github.com/maxine-red/moostodon","last_synced_at":"2025-09-30T18:32:08.800Z","repository":{"id":56884496,"uuid":"146416648","full_name":"maxine-red/moostodon","owner":"maxine-red","description":"A ruby interface for the Mastodon API","archived":false,"fork":true,"pushed_at":"2019-04-26T22:55:26.000Z","size":224,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-27T10:31:54.512Z","etag":null,"topics":["mastodon","mastodon-api","ruby"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"mastodon/mastodon-api","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maxine-red.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-08-28T08:31:53.000Z","updated_at":"2019-04-26T22:55:28.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/maxine-red/moostodon","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maxine-red/moostodon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxine-red%2Fmoostodon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxine-red%2Fmoostodon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxine-red%2Fmoostodon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxine-red%2Fmoostodon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxine-red","download_url":"https://codeload.github.com/maxine-red/moostodon/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxine-red%2Fmoostodon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277240006,"owners_count":25785111,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-27T02:00:08.978Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mastodon","mastodon-api","ruby"],"created_at":"2024-09-24T19:58:38.528Z","updated_at":"2025-09-30T18:32:08.469Z","avatar_url":"https://github.com/maxine-red.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"Mastodon API Ruby Gem\n=====================\n\n[![Gem Version](http://img.shields.io/gem/v/moostodon.svg)][gem]\n[![Build Status](http://img.shields.io/travis/maxine-red/moostodon.svg)][travis]\n![Github Release Date](https://img.shields.io/github/release-date/maxine-red/moostodon.svg)\n\n[gem]: https://rubygems.org/gems/moostodon\n[travis]: https://travis-ci.org/maxine-red/moostodon\n\nA ruby interface for the [Mastodon](https://github.com/tootsuite/mastodon) API.\n\n## Installation\n\n    gem install moostodon\n\nor\n\n    gem 'moostodon', require: 'moostodon'\n\n## Documentation\n\nAll the documentation is available on [RubyDoc](http://www.rubydoc.info/gems/moostodon/Mastodon/REST/API).\n\nThis gem is meant as a plug-and-play replacement for [mastodon-api](https://github.com/tootsuite/mastodon-api).\n\n## Usage\n\nAssuming that you already have an access token for a user on a given Mastodon instance:\n\n    client = Mastodon::REST::Client.new(base_url: 'https://mastodon.social', bearer_token: 'your_access_token')\n\nIf you need to get an access token, you must first ensure that you have the client ID and client secret for your app on the given Mastodon instance (you should save those for future calls):\n\n    client.create_app('My Ruby App', 'http://mywebsite.com/callback')\n\nYou can then use the client ID and secret in a standard OAuth 2 authorization flow.\n\n## Semantic Versioning\n\nThis project uses Semantic Versioning v2.0. This means the best to integrate it\ninto your project, is via pessimistic version control '~\u003e 1.0'.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxine-red%2Fmoostodon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxine-red%2Fmoostodon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxine-red%2Fmoostodon/lists"}