TwitterSharp icon indicating copy to clipboard operation
TwitterSharp copied to clipboard

C# wrapper around Twitter API V2

Results 9 TwitterSharp issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement