What's the best C# Twitter API for a twitter bot

前端 未结 6 2035
星月不相逢
星月不相逢 2020-12-13 19:41

I\'m writing a C# app that will be required to integrate with twitter, I need to be able to do the following:

  • send direct messages
  • read all messages t
6条回答
  •  失恋的感觉
    2020-12-13 20:00

    Another option is LINQ to Twitter. This is a 3rd party LINQ provider that I created that allows developers to interact with the Twitter API. If you're writing a C# application to interact with Twitter, this is another option in addition to the other libraries mentioned in other posts.

提交回复
热议问题