[twitter-dev] Various questions not on FAQ

2009-03-08 Thread Kelly Jones
I didn't see any of these on the FAQ: % It's probably easy to create a twitter-to-email bidirectional gateway. Has someone already done this? % Twitter pushes DMs to my email address, which is cool, especially since I can pipe the email to whatever I want. Can I force Twitter to push

[twitter-dev] Beyond trending tags

2009-03-16 Thread Kelly Jones
Twitter provides a list of the top 10 trending topics, but this seems minimal. Does someone maintain a larger list? An obvious way to do this: track 1000s of tags (+ let anyone add more) and count the number of tag appearances in the last 15m, hour, two hours, six hours, etc, and then report on

[twitter-dev] Geocode search questions

2009-03-16 Thread Kelly Jones
http://search.twitter.com/search.json?geocode=90,0,2500km gives me tweets from twits living w/in 2500km of the North Pole, but http://search.twitter.com/search.json?geocode=90,0,2501km gives me bupkis. Is this limit documented anywhere? The URL below:

[twitter-dev] Finding tweet by id only

2009-03-16 Thread Kelly Jones
Can I find a tweet knowing only its id? Everyone I've asked seems to think yes, but even the URLs are of the form: http://twitter.com/[username]/statuses/[id] so it looks you need at least the username and id. I also didn't see an API call that gave you tweet content based on id. Definitive

[twitter-dev] VT100 twitter client

2009-03-16 Thread Kelly Jones
Has anyone written a VT100 twitter client or emacs twitter mode or similar? Twitter is such a beautifully light protocol, graphics seem unnecessary. I know (and have written) a command-line interface, but am looking for something 1 step up (eg, pine::mail, emacs::ex, elinks::curl sort of thing)

[twitter-dev] Free script to gain followers?

2009-03-16 Thread Kelly Jones
I've heard a lot about Hummingbird, a commercial program (http://twitaddict.com/hummingbird/) that helps you gain twitter followers. Is there a free/open source equivalent? I've written something similar myself (obtain public timeline, follow everyone you've never followed before, find their

[twitter-dev] Hashtag Mailman groups?

2009-03-16 Thread Kelly Jones
Since you can search multiple hashtags w/ a single query (using OR) it seems fairly easy to follow a large number of hashtags. Has anyone created Mailman lists for these? EG, someone subscribed to a...@mailman.twitter.com would get email w/ all tweets that have #api in them. This doesn't seem

[twitter-dev] Rate limit for tweets

2009-03-16 Thread Kelly Jones
I know /rate_limit_status.json tells me how many API calls I have left, but what tells me how many tweets I have left? I once had lots of API calls left, but when I tweeted foo (via the API), the tweet didn't go through and I kept getting back data on my last successful tweet (ie, the one

[twitter-dev] Re: Finding tweet by id only

2009-03-16 Thread Kelly Jones
, 2009 at 8:34 PM, Kelly Jones kelly.terry.jo...@gmail.com wrote: Can I find a tweet knowing only its id? Everyone I've asked seems to think yes, but even the URLs are of the form: http://twitter.com/[username]/statuses/[id] so it looks you need at least the username and id. I also didn't

[twitter-dev] Re: Rate limit for tweets

2009-03-16 Thread Kelly Jones
to convince use why we think such a method would benefit anyone but spammers but of course that is a long shot... Thanks, Doug Williams Twitter API Support http://twitter.com/dougw On Mon, Mar 16, 2009 at 9:56 PM, Kelly Jones kelly.terry.jo...@gmail.com wrote: I know

[twitter-dev] Twitter shortcuts return nothing useful in API

2009-04-26 Thread Kelly Jones
I did this: curl -u kellyterryjones:xx http://twitter.com/statuses/update.xml -d 'statu\ s=D+canageek+Ignore+this+test+golf' w/ my real password. It DM'd my friend (follower) canageek, but it returned my last public tweet, not Ignore this test golf. I then replaced canageek w/

[twitter-dev] Encrypting tweets using public keys and MIME64

2009-04-26 Thread Kelly Jones
Encrypting tweets using public keys and MIME64 seems easy enough, eg: http://www.c0t0d0s0.org/archives/5330-Encrypted-direct-messages-in-Twitter.html Has any client implemented something like this? -- We're just a Bunch Of Regular Guys, a collective group that's trying to understand and

[twitter-dev] APRS data on twitter?

2010-04-19 Thread Kelly Jones
APRS (aprs.net) is a system ham radio operators use to broadcast short text messages (sound familiar?), usually about their current position, current weather, etc. If you telnet rotate.aprs.net 10152 and enter user READONLY pass -1, you can see most (all?) APRS data. I think it'd be useful to