[twitter-dev] Re: What tools do you use?

2010-08-05 Thread Decklin Foster
[Bringing this old stickied thread back up for an announcement... apologies for semi-broken threading.] With basic auth on the way out at Twitter, I've wanted a way to make requests from the command line just as I used to with curl. Rather than implementing an HTTP client in Ruby/Python/whatever,

[twitter-dev] Re: What tools do you use?

2010-06-11 Thread nischalshetty
I created http://JustUnfollow.com It's built on Java and hosted on the Google App Engine. Twitter4j is the twitter API for java that I make use of ( http://twitter4j.org ) -Nischal On Jun 11, 1:06 am, @IDisposable idisposa...@gmail.com wrote: Using:  ASP.Net 3.5 with MVC 2.0  

[twitter-dev] Re: What tools do you use?

2010-06-10 Thread @IDisposable
Using: ASP.Net 3.5 with MVC 2.0 http://asp.net/mvc C# Microsoft SQL Server 2008 Twitter LinqToTwitter http://linqtotwitter.codeplex.com (thanks @JoeMayo) dotNetOAuth for oAuth http://code.google.com/p/dotnetoauth/ (thanks @AArnott) Newtonsoft JSON.Net for JSON

[twitter-dev] Re: What tools do you use?

2010-05-28 Thread Sharl.Jimh.Tsin
Native API maybe. On 5月23日, 上午9时29分, roteva bernd.str...@gmail.com wrote: There is qoauth for example on githubhttp://github.com/ayoy/qoauth Bernd On Mar 31, 12:18 pm, Nigel Legg nigel.l...@gmail.com wrote: Working with QTwitLib in Qt on Windows.  Developing desktop apps.  Any one know

[twitter-dev] Re: What tools do you use?

2010-05-22 Thread roteva
There is qoauth for example on github http://github.com/ayoy/qoauth Bernd On Mar 31, 12:18 pm, Nigel Legg nigel.l...@gmail.com wrote: Working with QTwitLib in Qt on Windows.  Developing desktop apps.  Any one know whether there is a Qt lib for OAuth? Nigel. On 31 March 2010 16:59, Guille

[twitter-dev] Re: What tools do you use?

2010-05-21 Thread mcfnord
I want to share with the group: http://sagistech.blogspot.com/2010/03/parsing-twitter-json-comparing-c.html The author compares different .NET JSON parsers, and determines that Gapi.NET is the fastest at parsing Twitter JSON. I'm using Gapi.NET for statuses/sample.json now, and it really is

[twitter-dev] Re: What tools do you use?

2010-05-12 Thread a...@topyapps.info
Hi there, I'm Alex - the creator of http://topytalk.com - a Twitter talk-oriented timeline My software stack is that : Windows Web Server 2008, IIS 7, .Net/c# 2.5, MemCached, MySql 5.1, TweetSharp library In the future I want to migrate MemCached to Redis and use Linux/Mono for the services

[twitter-dev] Re: What tools do you use?

2010-04-27 Thread glenn gillen
I use ruby, the twitter-text library, yajl for json processing, and mongodb for storage. -- Glenn http://glenngillen.com/ -- Subscription settings: http://groups.google.com/group/twitter-development-talk/subscribe?hl=en

[twitter-dev] Re: What tools do you use?

2010-03-31 Thread Guille
Howdy! I script calls with PHP's Curl library and also user command-line (linux shell) curl command. I've seen some proxies mentioned. The one of my choice is: BurpProxy (@portswigger http://twitter.com/portswigger - http://portswigger.net/proxy/ ) I host my TwiPHPr library project at GitHub

Re: [twitter-dev] Re: What tools do you use?

2010-03-31 Thread Nigel Legg
Working with QTwitLib in Qt on Windows. Developing desktop apps. Any one know whether there is a Qt lib for OAuth? Nigel. On 31 March 2010 16:59, Guille gui...@nianoniano.com wrote: Howdy! I script calls with PHP's Curl library and also user command-line (linux shell) curl command. I've

Re: [twitter-dev] Re: What tools do you use?

2010-03-31 Thread M. Edward (Ed) Borasky
On 03/31/2010 09:18 AM, Nigel Legg wrote: Working with QTwitLib in Qt on Windows. Developing desktop apps. Any one know whether there is a Qt lib for OAuth? Nigel. Is QTwitLib active? I took a buzz by their site a couple of weeks ago and didn't see much activity. Maybe you can grab some

[twitter-dev] Re: What tools do you use?

2010-03-24 Thread Mr Blog
Twitter4J - a Java library for the Twitter API - is really nice: http://twitter4j.org The author, Yusuke Yamamoto @yusukeyamamoto is very active, quick to fix bugs, and stays current with rapidly evolving Twitter API. Highly recommended. To unsubscribe from this group, send email to

[twitter-dev] Re: What tools do you use?

2010-03-08 Thread Karthik
Arc90 - PHP Library for REST and Search API - http://lab.arc90.com/2008/06/03/php-twitter-api-client/ PhireHose - PHP library for Streaming API - http://code.google.com/p/phirehose CodeIgniter as PHP framework and Netbeans PHP IDE

[twitter-dev] Re: What tools do you use?

2010-03-04 Thread Rich
I use Objective-C Strict JSON parser Objective-C oAuth library and of course XCode to do all the hard work in :) On Windows TweetSharp and VisualStudio 2008 SVN for versioning everything On Feb 20, 3:21 am, Joe Mayo mayos...@gmail.com wrote: LINQ to Twitter -http://linqtotwitter.codeplex.com/

[twitter-dev] Re: What tools do you use?

2010-02-19 Thread Joe Mayo
LINQ to Twitter - http://linqtotwitter.codeplex.com/ On Jan 30, 12:55 pm, Abraham Williams 4bra...@gmail.com wrote: Lets collect an awesome list of tools and applications we use to help develop with the Twitter API.

[twitter-dev] Re: What tools do you use?

2010-02-01 Thread Triggerman72
I used TwitterOAuth PHP Library in Chirplace.com. Made things simple. On Jan 30, 2:55 pm, Abraham Williams 4bra...@gmail.com wrote: Lets collect an awesome list of tools and applications we use to help develop with the Twitter API. I'll start the list with a couple that I use: Charles Proxy