Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
What tools do you use?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 1 - 25 of 27 - Collapse all  -  Translate all to Translated (View all originals)   Newer >
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Abraham Williams  
View profile  
 More options Jan 30 2010, 2:55 pm
From: Abraham Williams <4bra...@gmail.com>
Date: Sat, 30 Jan 2010 11:55:07 -0800
Local: Sat, Jan 30 2010 2:55 pm
Subject: What tools do you use?

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 - @charlesproxy <http://twitter.com/charlesproxy> -
http://www.charlesproxy.com/
Charles is an HTTP proxy / HTTP monitor / Reverse Proxy that enables a
developer to view all of the HTTP and SSL / HTTPS traffic between their
machine and the Internet. This includes requests, responses and the HTTP
headers (which contain the cookies and caching information)

Hurl - @hurlit <http://twitter.com/hurlit> - http://hurl.it/
Hurl makes HTTP requests. Enter a URL, set some headers, view the response,
then share it with others. Perfect for demoing and debugging APIs.
Hurl is also open source - http://defunkt.github.com/hurl/

TwitterOAuth PHP Library - @oauthlib <http://twitter.com/oauthlib> -
http://github.com/abraham/twitteroauth
The first PHP Library to support OAuth for Twitter's REST API.
MIT licensed.

GitHub - @github <http://twitter.com/github> - https://github.com/
GitHub is the easiest (and prettiest) way to participate in that
collaboration: fork projects, send pull requests, monitor development, all
with ease.

What tools do you use while developing with the Twitter API?

--
Abraham Williams | Community Advocate | http://abrah.am
Project | Out Loud | http://outloud.labs.poseurtech.com
This email is: [ ] shareable [x] ask first [ ] private.
Sent from Seattle, WA, United States


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Josh Roesslein  
View profile  
 More options Jan 30 2010, 3:03 pm
From: Josh Roesslein <jroessl...@gmail.com>
Date: Sat, 30 Jan 2010 14:03:16 -0600
Local: Sat, Jan 30 2010 3:03 pm
Subject: Re: [twitter-dev] What tools do you use?
Curl - http://curl.haxx.se/
A command line tool for making HTTP requests. Handy for testing out
the API w/o any coding.

Tweepy - http://github.com/joshthecoder/tweepy/
A Python library that supports the entire REST API, OAuth, and Streaming API.
MIT licensed.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
M. Edward (Ed) Borasky  
View profile  
 More options Jan 30 2010, 4:17 pm
From: "M. Edward (Ed) Borasky" <zzn...@gmail.com>
Date: Sat, 30 Jan 2010 13:17:09 -0800
Local: Sat, Jan 30 2010 4:17 pm
Subject: Re: [twitter-dev] What tools do you use?
I do most of my Twitter API development in Perl, with some of it in
Ruby. I use Komodo IDE for that.
http://www.activestate.com/komodo/

The Perl Net::Twitter library:
http://search.cpan.org/dist/Net-Twitter/

The Ruby "tweetstream" gem:
http://intridea.com/2009/9/22/tweetstream-ruby-access-to-the-twitter-...

PostgreSQL as a database for large collections of tweets:
http://www.postgresql.org/

and of course, my own appliance, SMART@znmeb:
http://borasky-research.net/2009/10/26/coming-soon-smartznmeb-0-5/

--
M. Edward (Ed) Borasky
http://borasky-research.net

"I've always regarded nature as the clothing of God." ~Alan Hovhaness


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
scott.a.herb...@googlemail.com  
View profile  
 More options Jan 30 2010, 5:18 pm
From: scott.a.herb...@googlemail.com
Date: Sat, 30 Jan 2010 22:18:29 +0000
Local: Sat, Jan 30 2010 5:18 pm
Subject: Re: [twitter-dev] What tools do you use?
TwitterVB - a .net framework for twitter and

PHP - custom written code to pull the public time line and users timelimes

Sent using BlackBerry® from Orange


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rajinder Yadav  
View profile  
 More options Jan 31 2010, 9:29 am
From: Rajinder Yadav <devguy...@gmail.com>
Date: Sun, 31 Jan 2010 09:29:50 -0500
Local: Sun, Jan 31 2010 9:29 am
Subject: Re: [twitter-dev] What tools do you use?

NetBeans 6.8 IDE, it's free and so far the best (free cross-platform)
IDE I've found for Linux. They are finally starting to add some good
support for RoR

--
Kind Regards,
Rajinder Yadav | http://DevMentor.org | Do Good! - Share Freely


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
M. Edward (Ed) Borasky  
View profile  
 More options Jan 31 2010, 12:45 pm
From: "M. Edward (Ed) Borasky" <zzn...@gmail.com>
Date: Sun, 31 Jan 2010 09:45:03 -0800
Local: Sun, Jan 31 2010 12:45 pm
Subject: Re: [twitter-dev] What tools do you use?
+1 for NetBeans! I don't remember if it does Perl, but it definitely
does Ruby, Python and PHP. And it's a boatload easier to use than
Eclipse. Of course, if you do Android development, you probably need
Eclipse anyhow. :-(

--
M. Edward (Ed) Borasky
http://borasky-research.net

"I've always regarded nature as the clothing of God." ~Alan Hovhaness


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Anton Krasovsky  
View profile  
 More options Jan 31 2010, 8:11 pm
From: Anton Krasovsky <anton.krasov...@gmail.com>
Date: Mon, 1 Feb 2010 01:11:14 +0000
Local: Sun, Jan 31 2010 8:11 pm
Subject: Re: [twitter-dev] What tools do you use?
Erlang
http://www.erlang.org/
Very satisfied with it, using it in a proxy server for j2me clients.

Twerl, my own erlang twitter client.
http://github.com/ak1394/twerl/

Anton


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
M. Edward (Ed) Borasky  
View profile  
 More options Jan 31 2010, 10:51 pm
From: "M. Edward (Ed) Borasky" <zzn...@gmail.com>
Date: Sun, 31 Jan 2010 19:51:38 -0800
Local: Sun, Jan 31 2010 10:51 pm
Subject: Re: [twitter-dev] What tools do you use?
Yeah, I've always wanted to learn Erlang - maybe this year. ;-)

Anybody here doing Twitter in Haskell?

On Sun, Jan 31, 2010 at 5:11 PM, Anton Krasovsky

--
M. Edward (Ed) Borasky
http://borasky-research.net

"I've always regarded nature as the clothing of God." ~Alan Hovhaness


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
enes akar  
View profile  
 More options Feb 1 2010, 8:10 am
From: enes akar <enesa...@gmail.com>
Date: Mon, 1 Feb 2010 15:10:16 +0200
Local: Mon, Feb 1 2010 8:10 am
Subject: Re: [twitter-dev] What tools do you use?
Groovy and Grails development with IntellijIDEA.
It is very easy work on JSON and XML with groovy.
There is an oauth plugin for Grails.
http://www.grails.org/OAuth+Plugin

On Mon, Feb 1, 2010 at 5:51 AM, M. Edward (Ed) Borasky <zzn...@gmail.com> wrote:

--
Enes Akar
http://www.linkedin.com/pub/enes-akar/7/835/3aa

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
lalit goklani  
View profile  
 More options Feb 1 2010, 10:33 am
From: lalit goklani <lgokl...@gmail.com>
Date: Mon, 1 Feb 2010 10:33:33 -0500
Local: Mon, Feb 1 2010 10:33 am
Subject: Re: [twitter-dev] What tools do you use?

I use Zend_OAuth class along with Zend framework for twitter related
applications.  I use NetBeans IDE
for my development works.

Lalit
Twitter Facebook Application - http://www.twitsfb.com
Article Directory - http://www.ezinearticles.biz


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Triggerman72  
View profile  
 More options Feb 1 2010, 5:37 pm
From: Triggerman72 <gemar...@gmail.com>
Date: Mon, 1 Feb 2010 14:37:44 -0800 (PST)
Local: Mon, Feb 1 2010 5:37 pm
Subject: Re: What tools do you use?
I used TwitterOAuth PHP Library in Chirplace.com. Made things simple.

On Jan 30, 2:55 pm, Abraham Williams <4bra...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Joe Mayo  
View profile  
 More options Feb 19 2010, 10:21 pm
From: Joe Mayo <mayos...@gmail.com>
Date: Fri, 19 Feb 2010 19:21:58 -0800 (PST)
Local: Fri, Feb 19 2010 10:21 pm
Subject: Re: What tools do you use?
LINQ to Twitter - http://linqtotwitter.codeplex.com/

On Jan 30, 12:55 pm, Abraham Williams <4bra...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rich  
View profile  
 More options Mar 4 2010, 12:15 pm
From: Rich <rhyl...@gmail.com>
Date: Thu, 4 Mar 2010 09:15:41 -0800 (PST)
Local: Thurs, Mar 4 2010 12:15 pm
Subject: Re: What tools do you use?
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:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Karthik  
View profile  
 More options Mar 8 2010, 9:18 am
From: Karthik <fermis...@gmail.com>
Date: Mon, 8 Mar 2010 06:18:56 -0800 (PST)
Local: Mon, Mar 8 2010 9:18 am
Subject: Re: What tools do you use?
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

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mr Blog  
View profile  
 More options Mar 24 2010, 11:10 pm
From: Mr Blog <mrblogdot...@gmail.com>
Date: Wed, 24 Mar 2010 20:10:36 -0700 (PDT)
Local: Wed, Mar 24 2010 11:10 pm
Subject: Re: What tools do you use?

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.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Guille  
View profile  
 More options Mar 31 2010, 11:59 am
From: Guille <gui...@nianoniano.com>
Date: Wed, 31 Mar 2010 08:59:06 -0700 (PDT)
Local: Wed, Mar 31 2010 11:59 am
Subject: Re: What tools do you use?
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 (@github <http://
twitter.com/github> - https://github.com/ )

I code using NetBeans (@netbeans <http://twitter.com/netbeans> -
http://netbeans.org/ )

Whenever I do web applications I develop them using Symfony Framework
(@symfony <http://twitter.com/symfony> - http://www.symfony-project.org/
)

On 30 ene, 21:55, Abraham Williams <4bra...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nigel Legg  
View profile  
 More options Mar 31 2010, 12:18 pm
From: Nigel Legg <nigel.l...@gmail.com>
Date: Wed, 31 Mar 2010 17:18:20 +0100
Local: Wed, Mar 31 2010 12:18 pm
Subject: Re: [twitter-dev] Re: What tools do you use?

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:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
M. Edward (Ed) Borasky  
View profile  
 More options Mar 31 2010, 12:26 pm
From: "M. Edward (Ed) Borasky" <zzn...@gmail.com>
Date: Wed, 31 Mar 2010 09:26:08 -0700
Local: Wed, Mar 31 2010 12:26 pm
Subject: Re: [twitter-dev] Re: What tools do you use?
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 oAuth code from
Chokoq??

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
glenn gillen  
View profile  
 More options Apr 27 2010, 6:52 am
From: glenn gillen <gl...@rubypond.com>
Date: Tue, 27 Apr 2010 03:52:00 -0700 (PDT)
Subject: [twitter-dev] Re: What tools do you use?
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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
alex@topyapps.info  
View profile  
 More options May 12 2010, 8:28 am
From: "a...@topyapps.info" <a...@topyapps.info>
Date: Wed, 12 May 2010 05:28:47 -0700 (PDT)
Local: Wed, May 12 2010 8:28 am
Subject: [twitter-dev] Re: What tools do you use?
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 part.
My choice of .Net/C# is purely because of my corporate development
background. I'm considering moving into the Rails land, but not in the
immediate future

On Apr 27, 11:52 am, glenn gillen <gl...@rubypond.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
mcfnord  
View profile  
 More options May 21 2010, 5:53 pm
From: mcfnord <mcfn...@gmail.com>
Date: Fri, 21 May 2010 14:53:12 -0700 (PDT)
Local: Fri, May 21 2010 5:53 pm
Subject: [twitter-dev] Re: What tools do you use?
I want to share with the group:

http://sagistech.blogspot.com/2010/03/parsing-twitter-json-comparing-...

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 fast
and easy!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
roteva  
View profile  
 More options May 22 2010, 9:29 pm
From: roteva <bernd.str...@gmail.com>
Date: Sat, 22 May 2010 18:29:13 -0700 (PDT)
Local: Sat, May 22 2010 9:29 pm
Subject: [twitter-dev] Re: What tools do you use?
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:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sharl.Jimh.Tsin  
View profile  
 More options May 28 2010, 2:36 am
From: "Sharl.Jimh.Tsin" <amoiz.sh...@gmail.com>
Date: Thu, 27 May 2010 23:36:27 -0700 (PDT)
Local: Fri, May 28 2010 2:36 am
Subject: Re: What tools do you use?
Native API maybe.

On 5月23日, 上午9时29分, roteva <bernd.str...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
JJ  
View profile  
 More options May 28 2010, 8:04 pm
From: JJ <ja...@php.net>
Date: Fri, 28 May 2010 17:04:32 -0700
Local: Fri, May 28 2010 8:04 pm
Subject: Re: [twitter-dev] What tools do you use?
php.net/oauth


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
@IDisposable  
View profile  
 More options Jun 10 2010, 4:06 pm
From: "@IDisposable" <idisposa...@gmail.com>
Date: Thu, 10 Jun 2010 13:06:11 -0700 (PDT)
Local: Thurs, Jun 10 2010 4:06 pm
Subject: Re: What tools do you use?
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 http://james.newtonking.com/projects/json-net.aspx
(

Framework
 xUnit unit-text platform http://xunit.codeplex.com/ (thanks
@bradwilson)
 nInject dependency injection http://ninject.org (thanks @nhokari)
 Log4Net for logging http://logging.apache.org/log4net/
 MOQ for mocking http://code.google.com/p/moq/ (thanks @kzu)
 Automapper for DTO to VM mapping http://automapper.codeplex.com/
(thanks @ehexter)

UI
 jQuery for WebUI magic http://jquery.com/

Link Scraping / MetaData
 HTML Agility Pack for metadata http://htmlagilitypack.codeplex.com/'
 Flickr REST API for photo http://www.flickr.com/services/api/
 OEmbed REST API for embedding http://oembed.com/
 TweetPhoto REST API for photo http://tweetphotoapi.com/
 TwitPic REST API for photo http://twitpic.com/api.do
 YFrog REST API for photo/video http://code.google.com/p/imageshackapi/
 Vimeo REST API for video http://www.vimeo.com/api
 Google DATA API for YouTube metadata http://code.google.com/apis/gdata/
 (inhouse tons of special logic for frame-busting, etc)

Link Canonicalization
 Bit.Ly REST API http://code.google.com/p/bitly-api/wiki/ApiDocumentation
 Digg REST API http://apidoc.digg.com/
 IS.GD REST API http://is.gd/api_info.php
 Owl.Ly REST API http://ow.ly/url/shorten-url (apply at bottom)
 Snurl/SnipUrl REST API http://snipurl.com/site/help?go=api
 Twurl .NL/.CC Tweetburner REST API http://tweetburner.com/api
 StumbleUpon SU.PR REST [good luck, sorry]
 Untiny.Me REST API for [all others] http://untiny.me/api/ (thanks
@alzaid @untiny)

Marc Brooks
Hack Prime @Infuz
http://infuz.com
http://stltweets.com
http://buzzradius.com
http://musingmarc.blogspot.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Messages 1 - 25 of 27   Newer >
« Back to Discussions « Newer topic