Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

c#

twitter

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 that are either @helloapp or #helloapp

If you are interested the app is part of Carsonified's app in 4 days for FOWA. Read more here or see the tweets.

like image 275
thatismatt Avatar asked Aug 11 '09 09:08

thatismatt


People also ask

Which is the fastest type C cable?

USB 3.0 and USB 3.1 Gen 1 ups that to 5Gbps, and USB 3.1 Gen 2 doubles the speed. Finally, Thunderbolt 3 and 4 are the fastest by far, with an impressive theoretical data transfer speed of 40Gbps.

What is the best USB type?

If you're looking for much faster data transfer speeds, this USB-C to C Ugreen cable is one of the best USB cables you can buy. It may not support the fastest speeds at 480Mbps, but it can charge at up to 100W and is very affordable. Additionally, the cable features a braided nylon construction and solid build.

Why is type C better than C?

Type-C ports can transmit data at a higher rate. 4K videos can be transmitted via a USB 3.1 Type-C port. Type-C ports support relatively larger charging currents ranging from 3 A to 5 A, and support reverse charging. Type-C ports are more refined in structure and more safe in use.


3 Answers

TweetSharp can take care of both those requirements.

Yedda doesn't support Direct Messages as of now.

like image 75
Jim Avatar answered Sep 24 '22 20:09

Jim


See available APIs here

I think most preferable will be Yedda Twitter Library

like image 26
Sorantis Avatar answered Sep 26 '22 20:09

Sorantis


I prefer using Twitterizer.

like image 28
Roee Adler Avatar answered Sep 23 '22 20:09

Roee Adler