TwitterSharp
TwitterSharp copied to clipboard
C# wrapper around Twitter API V2
Is the project still in use now?
Would love to know your thoughts on converting the TwitterClient to a Typed Clients with IHttpClientFactory. eg: ``` services.AddHttpClient(client => { client.BaseAddress = new Uri(Configuration["BaseUrl"]); }) ``` Further more this...
The SSL connection could not be established, see inner exception
I feel having an Issue template would be awesome and really helpful to report bug, suggest feature etc. This will also make sure that there is always sufficient details added...
Thank you for creating this library! I'm looking forward to trying it out. Is there a particular reason why there is no publish tweet capability?
Extend the TwitterClient to allow you retrieve Tweets liked by the supplied User ID.
Rewrite tests to run with essential access Add Output for TestStreamCancellation streamResult
Would it be possible to add support for cancelling tasks, main method that needs this is NextTweetStreamAsync because as of now it is not possible to stop stream execution. This...