opentig / TwitterIrcGateway

IRC Gateway for Twitter
http://www.misuzilla.org/Distribution/TweetIrcGateway/
Other
29 stars 12 forks source link

Updates #7

Open kiquenet opened 9 years ago

kiquenet commented 9 years ago

any updates about it using latest API Twitter ? futures roadmap ?

kiquenet commented 9 years ago

Why not working together ?

https://tweetinvi.codeplex.com/ https://www.nuget.org/packages/TweetinviAPI

https://linqtotwitter.codeplex.com/ https://www.nuget.org/packages/linqtotwitter

https://github.com/opentig/TwitterIrcGateway

https://github.com/PyYoshi/TwitterIrcGateway/blob/master/TwitterIrcGatewayCore/TwitterService.cs

Tweetinvi very simple for this:

TwitterCredentials.SetCredentials(accessToken, accessTokenSecret, consumerKey, consumerSecret); var user = User.GetLoggedUser(); Trace.WriteLine(user.ScreenName + " " + user.Id);

        Tweet.PublishTweet("Hello Tweetinvi"); 

For newbie, the ideal samples would be:

How can I get your all tweets list programatically using C# ? (Max tweets you can retrieve is 3200) - cannot get all ?

And download photos and videos from anyone timeline too C# ?

How get the list of followers and following using C# ?

How send DM anyone user using C# ?

How can I follow to user using C#

How manage lists using C#?

Full source code samples and real applications in C# using good patterns and practices, for minimize the learning curve.