[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, I decided to
do this as a shell script wrapping curl:

http://github.com/decklin/curlicue

It's really just curl under the hood, so you have access to all your
favorite command-line options. It should work with any OAuth 1.0a
service, not just Twitter. There is of course an initial setup step
that requires your consumer key and secret, but if you save your
credentials in the correct location after that, you can pretty much
just replace curl with curlicue in commands and forget about it.

Please direct any bugs/issues/questions to Github. Thanks!

(I wrote this a month or so ago, but was holding off on posting here
because I was hoping for the open source key exchange process to
move forward. Now that that is officially not going to be ready in
time[1], I figured I might as well get this out there. For now, you
will have to register your own app before you can use it, and make
requests as that app.)

[1] http://xrl.us/bhva55

Abraham Williams 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-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  http://asp.net/mvc
  C#
  Microsoft SQL Server 2008

 Twitter
  LinqToTwitterhttp://linqtotwitter.codeplex.com(thanks @JoeMayo)
  dotNetOAuth for oAuthhttp://code.google.com/p/dotnetoauth/(thanks
 @AArnott)
  Newtonsoft JSON.Net for 
 JSONhttp://james.newtonking.com/projects/json-net.aspx
 (

 Framework
  xUnit unit-text platformhttp://xunit.codeplex.com/(thanks
 @bradwilson)
  nInject dependency injectionhttp://ninject.org(thanks @nhokari)
  Log4Net for logginghttp://logging.apache.org/log4net/
  MOQ for mockinghttp://code.google.com/p/moq/(thanks @kzu)
  Automapper for DTO to VM mappinghttp://automapper.codeplex.com/
 (thanks @ehexter)

 UI
  jQuery for WebUI magichttp://jquery.com/

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

 Link Canonicalization
  Bit.Ly REST APIhttp://code.google.com/p/bitly-api/wiki/ApiDocumentation
  Digg REST APIhttp://apidoc.digg.com/
  IS.GD REST APIhttp://is.gd/api_info.php
  Owl.Ly REST APIhttp://ow.ly/url/shorten-url(apply at bottom)
  Snurl/SnipUrl REST APIhttp://snipurl.com/site/help?go=api
  Twurl .NL/.CC Tweetburner REST APIhttp://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 
 @Infuzhttp://infuz.comhttp://stltweets.comhttp://buzzradius.comhttp://musingmarc.blogspot.com


[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 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




[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 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 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:
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


[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 gui...@nianoniano.com wrote:

  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:
   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




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


[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 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:
 I use ruby, the twitter-text library, yajl for json processing, and
 mongodb for storage.
 --
 Glennhttp://glenngillen.com/

 --
 Subscription 
 settings:http://groups.google.com/group/twitter-development-talk/subscribe?hl=en


[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 (@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:
 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


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 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:
  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



-- 
To unsubscribe, reply using remove me as the subject.


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 oAuth code from
Chokoq??

To unsubscribe from this group, send email to 
twitter-development-talk+unsubscribegooglegroups.com or reply to this email 
with the words REMOVE ME as the subject.


[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-development-talk+unsubscribegooglegroups.com or reply to this email 
with the words REMOVE ME as the subject.


[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/

 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-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 - @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