MastodonSharp MastodonSharp是C#的Mastodon包装库 用法 static void Main(string[] args) { var accessToken = Console.ReadLine(); var host = Console.ReadLine(); var client = new MastodonSharpClient(host, accessToken); var streaming = client.GetPublicTimelineStreaming(); streaming.OnUpdate +