{"id":22631253,"url":"https://github.com/ruhiel/mastodonsharp","last_synced_at":"2026-05-19T04:10:27.052Z","repository":{"id":144186934,"uuid":"91249378","full_name":"ruhiel/MastodonSharp","owner":"ruhiel","description":"MastodonSharp is Mastodon Wrapper Library for C#","archived":false,"fork":false,"pushed_at":"2017-05-27T12:05:33.000Z","size":55,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-18T04:46:48.288Z","etag":null,"topics":["csharp","mastodon","rest-api"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ruhiel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-05-14T14:36:44.000Z","updated_at":"2017-05-21T14:18:27.000Z","dependencies_parsed_at":"2023-09-24T12:40:12.941Z","dependency_job_id":"c3f0a3b0-16d0-4fa6-8ee7-e956676d033f","html_url":"https://github.com/ruhiel/MastodonSharp","commit_stats":{"total_commits":17,"total_committers":1,"mean_commits":17.0,"dds":0.0,"last_synced_commit":"c2f13f80389ec339eaa4b9579bda4eae77e18f52"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ruhiel/MastodonSharp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruhiel%2FMastodonSharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruhiel%2FMastodonSharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruhiel%2FMastodonSharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruhiel%2FMastodonSharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ruhiel","download_url":"https://codeload.github.com/ruhiel/MastodonSharp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruhiel%2FMastodonSharp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266977890,"owners_count":24015485,"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-07-25T02:00:09.625Z","response_time":70,"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":["csharp","mastodon","rest-api"],"created_at":"2024-12-09T02:07:47.527Z","updated_at":"2026-05-19T04:10:26.988Z","avatar_url":"https://github.com/ruhiel.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MastodonSharp\nMastodonSharp is Mastodon Wrapper Library for C#\n\n# Usage\n```\nstatic void Main(string[] args)\n{\n    var accessToken = Console.ReadLine();\n\n    var host = Console.ReadLine();\n\n    var client = new MastodonSharpClient(host, accessToken);\n\n    var streaming = client.GetPublicTimelineStreaming();\n\n    streaming.OnUpdate += Streaming_OnUpdate;\n\n    streaming.Start().Wait();\n}\n\nprivate static void Streaming_OnUpdate(object sender, MastodonSharp.Streaming.StreamingUpdateEventArgs e)\n{\n    Console.WriteLine(e.Status.Content);\n}\n```\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruhiel%2Fmastodonsharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruhiel%2Fmastodonsharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruhiel%2Fmastodonsharp/lists"}