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)
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
On Sat, Jan 30, 2010 at 11:55 AM, 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 - @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://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://github.com/abraham/twitteroauth > The first PHP Library to support OAuth for Twitter's REST API. > MIT licensed. > GitHub - @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
-----Original Message-----
From: "M. Edward (Ed) Borasky" <zzn...@gmail.com>
Date: Sat, 30 Jan 2010 13:17:09 To: <twitter-development-talk@googlegroups.com>
Subject: Re: [twitter-dev] What tools do you use?
On Sat, Jan 30, 2010 at 11:55 AM, 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 - @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://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://github.com/abraham/twitteroauth > The first PHP Library to support OAuth for Twitter's REST API.
> MIT licensed.
> GitHub - @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
Abraham Williams 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 - @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)
> 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
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
+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. :-(
On Sun, Jan 31, 2010 at 6:29 AM, Rajinder Yadav <devguy...@gmail.com> wrote: > Abraham Williams 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 - @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)
>> 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
> 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
On Sat, Jan 30, 2010 at 10:18 PM, <scott.a.herb...@googlemail.com> wrote: > 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
> -----Original Message----- > From: "M. Edward (Ed) Borasky" <zzn...@gmail.com> > Date: Sat, 30 Jan 2010 13:17:09 > To: <twitter-development-talk@googlegroups.com> > 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/
> On Sat, Jan 30, 2010 at 11:55 AM, 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 - @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://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://github.com/abraham/twitteroauth >> The first PHP Library to support OAuth for Twitter's REST API. >> MIT licensed. >> GitHub - @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
> On Sat, Jan 30, 2010 at 10:18 PM, <scott.a.herb...@googlemail.com> wrote: >> 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
>> -----Original Message----- >> From: "M. Edward (Ed) Borasky" <zzn...@gmail.com> >> Date: Sat, 30 Jan 2010 13:17:09 >> To: <twitter-development-talk@googlegroups.com> >> 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/
>> On Sat, Jan 30, 2010 at 11:55 AM, 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 - @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://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://github.com/abraham/twitteroauth >>> The first PHP Library to support OAuth for Twitter's REST API. >>> MIT licensed. >>> GitHub - @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
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:
> 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 > <anton.krasov...@gmail.com> wrote: >> Erlang >> http://www.erlang.org/ >> Very satisfied with it, using it in a proxy server for j2me clients.
>> On Sat, Jan 30, 2010 at 10:18 PM, <scott.a.herb...@googlemail.com> wrote: >>> 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
>>> -----Original Message----- >>> From: "M. Edward (Ed) Borasky" <zzn...@gmail.com> >>> Date: Sat, 30 Jan 2010 13:17:09 >>> To: <twitter-development-talk@googlegroups.com> >>> 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/
>>> On Sat, Jan 30, 2010 at 11:55 AM, 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 - @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://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://github.com/abraham/twitteroauth >>>> The first PHP Library to support OAuth for Twitter's REST API. >>>> MIT licensed. >>>> GitHub - @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
On Sat, Jan 30, 2010 at 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 - @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)
> 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
> 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)
> 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
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.
> 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)
> 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
> On 30 ene, 21:55, 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 - @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)
> > 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
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:
> > On 30 ene, 21:55, 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 - @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/
> > > 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
> > > On 30 ene, 21:55, 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 - @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/
> > > > 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
On Sat, Jan 30, 2010 at 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. > I'll start the list with a couple that I use: > Charles Proxy - @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://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://github.com/abraham/twitteroauth > The first PHP Library to support OAuth for Twitter's REST API. > MIT licensed. > GitHub - @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