Re: [twitter-dev] Deprecation Notice: XML Support on Streaming APIs will be dropped on Dec 6th, 2010

2010-11-08 Thread M. Edward (Ed) Borasky
Hooray!!! -- M. Edward (Ed) Borasky http://borasky-research.net http://twitter.com/znmeb A mathematician is a device for turning coffee into theorems. - Paul Erdos Quoting Taylor Singletary taylorsinglet...@twitter.com: Hi Developers, We will end support for XML on all Streaming APIs

Re: [twitter-dev] Announcing: Free Open Source Twitter Framework in PHP

2010-11-10 Thread M. Edward (Ed) Borasky
Excellent! You may have finally motivated me to learn PHP, MySQL, Javascript and JQuery. ;-) Seriously, though, have you given any thought to signing up with SUSE Studio and packaging this up as an appliance? -- M. Edward (Ed) Borasky http://borasky-research.net http://twitter.com/znmeb

Re: [twitter-dev] Need Help Dumping my Tweets for Analysis

2010-11-11 Thread M. Edward (Ed) Borasky
/master/SMART-at-znmeb/Desktop/Demos/Tweets/Tweets.pl and https://github.com/znmeb/SUSE-Studio-Appliances/blob/master/SMART-at-znmeb/Desktop/Demos/TwitterUtilities.pm It doesn't use authentication, so it only gets 150 API calls per hour. It's based on Marc Mims' Net::Twitter::Lite. -- M. Edward

Re: [twitter-dev] Best way to set up data analytics service. Firehose stream?

2010-11-15 Thread M. Edward (Ed) Borasky
, Shadow or Bird Dog filters will let you collect all of the tweets from a set of users. IIRC you can follow at least 5000 users this way. -- M. Edward (Ed) Borasky http://borasky-research.net http://twitter.com/znmeb A mathematician is a device for turning coffee into theorems. - Paul Erdos

Re: [twitter-dev] Twitter Psychological Personality Profiling

2010-11-16 Thread M. Edward (Ed) Borasky
. The various Twitter ranking services, like Twitalyzer and Klout. They have lists and searchable databases of high ranking Twitter users that collect most of these statistics automatically, and have APIs you can subscribe to. -- M. Edward (Ed) Borasky http://borasky-research.net http

Re: [twitter-dev] URGENT: Advice on building the correct API stream

2010-11-16 Thread M. Edward (Ed) Borasky
. In addition, 'filter' currently works with basic authentication as well as oAuth. -- M. Edward (Ed) Borasky http://borasky-research.net http://twitter.com/znmeb A mathematician is a device for turning coffee into theorems. - Paul Erdos -- Twitter developer documentation and resources: http

Re: [twitter-dev] Re: Twitter + Gnip Partnership

2010-11-17 Thread M. Edward (Ed) Borasky
to insertion of a monopoly middleman into their data source. I briefly dealt with Gnip a while back and found their API hard to use and their pricing exorbitant. -- M. Edward (Ed) Borasky http://borasky-research.net http://twitter.com/znmeb A mathematician is a device for turning coffee into theorems

Re: [twitter-dev] Re: Twitter + Gnip Partnership

2010-11-17 Thread M. Edward (Ed) Borasky
I quite frankly don't see *any* economic value in a downsampled Firehose. Why should *anyone* pay Gnip for 10% or 50% of the Firehose when they can negotiated *directly* with Twitter for the whole Firehose? -- M. Edward (Ed) Borasky http://borasky-research.net http://twitter.com/znmeb

Re: [twitter-dev] Re: Twitter + Gnip Partnership

2010-11-17 Thread M. Edward (Ed) Borasky
tools is long and arduous, and, IMHO, Facebook, Flickr and YouTube data are immensely richer and easier for marketers to explore and exploit than Twitter data. -- M. Edward (Ed) Borasky http://borasky-research.net http://twitter.com/znmeb A mathematician is a device for turning coffee

Re: [twitter-dev] Re: Twitter + Gnip Partnership

2010-11-17 Thread M. Edward (Ed) Borasky
so. I'm not sure how that's working out in Murdoch vs. Google, but at least it's been examined. ;-) For that matter, some news organizations have imposed strict rules on how and when they may use Twitter. -- M. Edward (Ed) Borasky http://borasky-research.net http://twitter.com/znmeb

Re: [twitter-dev] URGENT: Advice on building the correct API stream

2010-11-18 Thread M. Edward (Ed) Borasky
is possible. Perhaps Gnip will be able to supply 99.9% or 99.99%. They've certainly got the infrastructure, according to Pete Warden's writeup in RWW (http://www.readwriteweb.com/hack/2010/11/why-is-twitter-partnering-with-gnip.php) I wouldn't bet on five nines, though. ;-) -- M. Edward (Ed

Re: [twitter-dev] Re: Failed to validate oauth signature and token

2010-11-19 Thread M. Edward (Ed) Borasky
an Internet connection to the outside world, so the firewall folks need to be involved and you have to make sure your server-side NTP software is kept up to date on security patches. -- M. Edward (Ed) Borasky http://borasky-research.net http://twitter.com/znmeb A mathematician is a device

Re: [twitter-dev] Help needed - using data to create a spreadsheet with user characteristics

2010-11-20 Thread M. Edward (Ed) Borasky
/Desktop/Demos/ -- M. Edward (Ed) Borasky http://borasky-research.net http://twitter.com/znmeb A mathematician is a device for turning coffee into theorems. - Paul Erdos Quoting rogerdodger rl_wh...@hotmail.com: Hi folks - I'm a user rather than a developer so not even sure I should be here. If I

Re: [twitter-dev] Twitter + Gnip Partnership

2010-11-21 Thread M. Edward (Ed) Borasky
are encouraged to begin development with these free APIs, available at http://dev.twitter.com/pages/streaming_api. Is Spritzer still 1% of the Firehose? Since the status IDs are no longer sequential, the previous obvious sampling algorithm - status ID mod 100 == 0 - no longer will work. -- M. Edward (Ed

Re: [twitter-dev] Twitter + Gnip Partnership

2010-11-22 Thread M. Edward (Ed) Borasky
are tweeting at a different rate, exclusive-or b. Twitter has changed the proportion of Firehose being sent to Spritzer? -- M. Edward (Ed) Borasky http://borasky-research.net http://twitter.com/znmeb A mathematician is a device for turning coffee into theorems. - Paul Erdos -- Twitter developer

Re: [twitter-dev] historic trend data 10 days old

2010-11-22 Thread M. Edward (Ed) Borasky
- only if something goes wrong do people look at the past. And mobile / iPad / places is going to make it even more real-time. -- M. Edward (Ed) Borasky http://borasky-research.net http://twitter.com/znmeb A mathematician is a device for turning coffee into theorems. - Paul Erdos Quoting Adam

Re: [twitter-dev] Re: Date format changed on DMs?

2010-11-23 Thread M. Edward (Ed) Borasky
There's a third date format for tweets returned by the Search API. Time for me to check my parsers again. There's a Perl module that will literally parse any imaginable date format, but it's hopelessly slow for the kind of volume Twitter delivers. -- M. Edward (Ed) Borasky http://borasky

Re: [twitter-dev] Trying to get rid of twitter spammers

2010-11-26 Thread M. Edward (Ed) Borasky
/ report, eventually they'd get taken out. -- M. Edward (Ed) Borasky http://borasky-research.net http://twitter.com/znmeb A mathematician is a device for turning coffee into theorems. - Paul Erdos Quoting Adam Green 140...@gmail.com: As long as you aren't trying to capture and deliver *all* tweets

Re: [twitter-dev] Getting tweets from users following a particular user

2010-11-29 Thread M. Edward (Ed) Borasky
to 5000, you can do it with the follow parameter either on the filter Streaming endpoint or on User Streams. Over 5000, you will need to get elevated access via Gnip. -- M. Edward (Ed) Borasky http://borasky-research.net http://twitter.com/znmeb A mathematician is a device for turning coffee

[twitter-dev] Differences between trends and trends/current??

2010-11-29 Thread M. Edward (Ed) Borasky
an undocumented feature that might disappear? -- M. Edward (Ed) Borasky http://borasky-research.net http://twitter.com/znmeb A mathematician is a device for turning coffee into theorems. - Paul Erdos -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates

Re: [twitter-dev] Differences between trends and trends/current??

2010-11-30 Thread M. Edward (Ed) Borasky
Thanks!! I'm also looking at the local trends API - there seems to be a world-wide endpoint there (WOEID=1) and the documentation there indicates that there's a caching frequency of five minutes. So that's probably what I'll go with. -- M. Edward (Ed) Borasky http://borasky-research.net

Re: [twitter-dev] whitelist Approval refusal!!!!

2010-12-02 Thread M. Edward (Ed) Borasky
. Edward (Ed) Borasky http://borasky-research.net http://twitter.com/znmeb A mathematician is a device for turning coffee into theorems. - Paul Erdos Quoting moneekun minsu8...@gmail.com: Why the approval is not but I don't know ㅜㅜ continuous refusal Nothing answer back ! Did my

Re: [twitter-dev] XML disabled on Streaming API

2010-12-06 Thread M. Edward (Ed) Borasky
Quoting John Kalucki j...@twitter.com: As previously announced, XML has been disabled on the Streaming API. The few remaining consumers should move to JSON, and bid the year 2003 adieu. Sigh ... anyone want to buy a used but serviceable 56K modem? ;-) -- M. Edward (Ed) Borasky http://borasky

[twitter-dev] Mulitple Trending Topic Spam

2010-12-15 Thread M. Edward (Ed) Borasky
How difficult would it be to modify the Search response to a search for a Trending Topic so it returned tweets that only matched the searched-for topic? In other words, if a tweet matches more than one Trending Topic, don't show it in the search. -- http://twitter.com/znmeb

[twitter-dev] Chrome/Chromium vs. Firefox for Promoted Trends and Accounts

2010-12-17 Thread M. Edward (Ed) Borasky
I just noticed something last night - when I browse Twitter with Firefox 3.6.12, I see the Promoted Trends and Promoted Accounts. But when I browse with Chrome 10.0.612.1 dev I don't. This may be some ad blocker setting - I haven't dug into that yet. But is there a generic reason why I wouldn't

Re: [twitter-dev] Chrome/Chromium vs. Firefox for Promoted Trends and Accounts

2010-12-17 Thread M. Edward (Ed) Borasky
On Fri, 17 Dec 2010 11:33:46 -0800, M. Edward (Ed) Borasky zn...@borasky-research.net wrote: I just noticed something last night - when I browse Twitter with Firefox 3.6.12, I see the Promoted Trends and Promoted Accounts. But when I browse with Chrome 10.0.612.1 dev I don't. This may be some

Re: [twitter-dev] Site stream unfollow event

2010-12-18 Thread M. Edward (Ed) Borasky
On Sat, 18 Dec 2010 07:25:55 -0800, John Kalucki j...@twitter.com wrote: We'd like to help developers maintain a local copy of their authorized users' followings -- the accounts that their users follow. We hope to enable a feature that will make this easier in early 2011. We're not

Re: [twitter-dev] Storing twitter stream public timeline, conversations and hashtag search!

2010-12-19 Thread M. Edward (Ed) Borasky
On Sun, 19 Dec 2010 13:19:03 -0800 (PST), imbenzene imbenz...@gmail.com wrote: Myself an 2nd year undergrad and I am running a minor research project on twitter analysis. I need to urgently* collect tweet streams for certain users and streams by searching hashtags*. I am completely neo in

Re: [twitter-dev] t.co Posting Questions

2010-12-20 Thread M. Edward (Ed) Borasky
On Mon, 20 Dec 2010 10:21:32 -0800, David E. Wheeler da...@kineticode.com wrote: On Dec 20, 2010, at 4:16 AM, Emil Tullstedt wrote: As for bit.ly, there is an API for bit.ly which aids you in using URL-shortening until t.co is finished.. Yeah, but it's rate-limited. I'm using

Re: [twitter-dev] Help!! please. How to collect old data by Twitter API

2010-12-24 Thread M. Edward (Ed) Borasky
On Fri, 24 Dec 2010 18:53:12 +0100, Tom van der Woerdt i...@tvdw.eu wrote: I'll be simple: you can't achieve this with the Twitter API. Maybe other APIs can help you, but I don't know one. Tom There are some services that have indexed tweets for more than Twitter's default of seven days. I

Re: [twitter-dev] Exposing IP addresses for legal threats

2011-01-04 Thread M. Edward (Ed) Borasky
On Tue, 4 Jan 2011 14:49:59 +, Scott Wilcox sc...@dor.ky wrote: No, there is no API methods to access IP addresses for tweets. I'd suggest contacting local law enforcement and taking it from there. Actually, if the victim can afford it, I'd suggest seeing an attorney before contacting law

Re: [twitter-dev] Re: ~25% loss rate Streaming API vs. Search API

2011-01-09 Thread M. Edward (Ed) Borasky
On Sun, 9 Jan 2011 14:29:12 -0800 (PST), Brian Maso br...@blumenfeld-maso.com wrote: What I did is opened up three separate normal browser tabs in Firefox, each using the Twitter search web interface to search for three different hashtags (#ces, ces11, and nfl -- examples of three tags that

Re: [twitter-dev] user streams example

2011-01-13 Thread M. Edward (Ed) Borasky
On Thu, 13 Jan 2011 16:10:13 -0800 (PST), jhollingworth jamiehollingwo...@gmail.com wrote: Hi, I've been looking around but have so far been unable to find any code examples of using user streams (http://dev.twitter.com/pages/ user_streams). I might just be being a little dumb but i've had a

Re: [twitter-dev] Whitelisted on Twitter

2011-01-18 Thread M. Edward (Ed) Borasky
On Mon, 17 Jan 2011 10:57:07 -0800 (PST), Mike Jodon mjo...@agoragames.com wrote: Hey guys We're integrating Twitter into our project, and after looking into whitelisting, it looks like the max calls an hour is 20,000. While that MIGHT be enough for us, we're worried that we will come to close

Re: [twitter-dev] Streaming Unfollow events through Site Streams

2011-01-18 Thread M. Edward (Ed) Borasky
On Tue, 18 Jan 2011 12:14:41 -0800, Matt Harris thematthar...@twitter.com wrote: Hey everyone, Starting today we will be streaming unfollow events through Site Streams. These events are being streamed to allow you to keep the social graph of your users current without the need to query the REST

Re: [twitter-dev] Location-based search is returning tweets that should not be included (again)

2011-01-21 Thread M. Edward (Ed) Borasky
On Fri, 21 Jan 2011 12:37:18 -0800 (PST), @IDisposable idisposa...@gmail.com wrote: In response to this query: http://search.twitter.com/search.atom?rpp=100geocode=38.627522%2C-90.19841%2C30misince_id=28525950136229890 I get tweets like this:

[twitter-dev] Minor glitch in Twitter's emails

2011-01-24 Thread M. Edward (Ed) Borasky
I'm now getting multiple emails from Twitter sometimes when someone follows me or sends me a direct message. This is only a minor annoyance - I'm sure you have more urgent issues to worry about. But I did want you to know it's happening. ;-) -- http://twitter.com/znmeb

Re: [twitter-dev] registering twitter application

2011-01-25 Thread M. Edward (Ed) Borasky
On Tue, 25 Jan 2011 11:54:33 -0800, Taylor Singletary taylorsinglet...@twitter.com wrote: When you're just starting out, feel free to put anything you like that can be interpreted as a valid, non-twitter.com [1] URL. Perhaps to your Geocities homepage, Uh ... you must not have gotten the

Re: [twitter-dev] Twitter spam checker on a distributed basis

2011-01-31 Thread M. Edward (Ed) Borasky
On Mon, 31 Jan 2011 06:18:58 -0500, Dean Collins d...@cognation.net wrote: Ok I'm drowning here, I've given up trying to manually block all the people on twitter sending me spam and I don't think that TrueTwit is really the solution. What we really need is a distributed system like Spam

Re: [twitter-dev] Site Streams Beta Users

2011-02-05 Thread M. Edward (Ed) Borasky
On Sat, 5 Feb 2011 09:34:25 -0800, John Kalucki j...@twitter.com wrote: Please refrain from large-scale restarts of Site Streams connections during the Super Bowl. Routine operations and the resulting connection churn is not a problem. Rather, starts and stops of a large number of connections

[twitter-dev] Is there going to be another Chirp?

2011-02-06 Thread M. Edward (Ed) Borasky
Maybe this is the wrong place to ask, but is there going to be another Chirp? If so, when and where? I'm making my conference plans for the year and pretty much know when everything is *except* Chirp! -- http://twitter.com/znmeb http://borasky-research.net A mathematician is a device for

Re: [twitter-dev] Is there going to be another Chirp?

2011-02-06 Thread M. Edward (Ed) Borasky
On Sun, 6 Feb 2011 12:28:39 -0800, Abraham Williams 4bra...@gmail.com wrote: How about some more state of the union events too. I thought they were going to be quarterly. Given the rumored growth rate of Twitter head count, I'd say they probably have more pressing priorities, like finding

Re: [twitter-dev] Re: Is there going to be another Chirp?

2011-02-06 Thread M. Edward (Ed) Borasky
On Sun, 6 Feb 2011 18:27:42 -0800 (PST), Orian Marx (@orian) or...@orianmarx.com wrote: Non-Twitter-employee developer headcount might be something they should still be concerned with too... That only matters for where they have Chirp ;-) On Feb 6, 3:50 pm, M. Edward (Ed) Borasky zn

Re: [twitter-dev] return count

2011-02-07 Thread M. Edward (Ed) Borasky
On Mon, 7 Feb 2011 10:02:17 -0800, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi there, Still not much in the way of counting methods in the Twitter Search API. There are a few services out and about that do a decent job approximating such things. For instance, Topsy: 

Re: [twitter-dev] Re: Is there going to be another Chirp?

2011-02-07 Thread M. Edward (Ed) Borasky
On Mon, 07 Feb 2011 15:25:59 +0100, Tom van der Woerdt i...@tvdw.eu wrote: I'd prefer London or some other West-European city. I'm guessing it will be in SFO, given how closely the Twitter team worked with the developers last year. They can't fly a few hundred folks to NYC or London. The

Re: [twitter-dev] Re: Twitter geocoords + gmap is erratic, why?

2011-02-09 Thread M. Edward (Ed) Borasky
On Wed, 9 Feb 2011 14:35:06 -0500, David Terranova da...@davidterranova.com wrote: Thanks for the tips Matt. The people using this system definitely send the tweet when they reach their final destination (they're run a food truck), and don't use wifi. They are using both iPhone and Android

[twitter-dev] Promoted Trend Rollover Time?

2011-02-09 Thread M. Edward (Ed) Borasky
I live in the Pacific Time Zone, and I've noticed that Twitter's Promoted Trend rolls over to a new trend right about midnight my time. Is this a policy thing, or just a coincidence? And is it always midnight Pacific Time, or midnight in the viewer's time? -- http://twitter.com/znmeb

Re: [twitter-dev] Update on Whitelisting

2011-02-10 Thread M. Edward (Ed) Borasky
On Thu, 10 Feb 2011 17:26:17 -0500, Adam Green 140...@gmail.com wrote: Now the next step in opening up this marketplace is to create multiple resellers of Twitter API data, and let them compete on price. Giving Gnip a monopoly over this market makes no sense. Twitter's biggest problem is the

Re: [twitter-dev] Update on Whitelisting

2011-02-10 Thread M. Edward (Ed) Borasky
On Thu, 10 Feb 2011 15:11:09 -0800, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Ed, Some quick answers to a few specific points below: With authentication, whitelisting works at the junction of a user and an application. @znmeb using Twitter for iPhone has 350 requests per hour.

Re: [twitter-dev] Re: Update on Whitelisting

2011-02-10 Thread M. Edward (Ed) Borasky
On Thu, 10 Feb 2011 17:40:03 -0800, Matt Harris thematthar...@twitter.com wrote: Hi Ian, For trends you might like to try our trends.api.twitter.com [1] server which hosts a cached copy of the trends information and is updated whenever the trends change. It should support your use case and we

Re: [twitter-dev] Re: Update on Whitelisting

2011-02-10 Thread M. Edward (Ed) Borasky
On Thu, 10 Feb 2011 18:46:46 -0800, Ryan Sarver rsar...@twitter.com wrote: Orian, You should definitely plan on working within 350/hr for the forseeable future. FWIW, we have watched #newtwitter usage and an average session uses between 80-120 rq/hr. Interesting - I had an incident last week

Re: [twitter-dev] Re: user stream api

2011-02-11 Thread M. Edward (Ed) Borasky
On Fri, 11 Feb 2011 13:25:07 -0500, Adam Green 140...@gmail.com wrote: Be aware that the streaming API does not deliver everything you are tracking. In theory it delivers everything up to 1% of the total flow of tweets. In practice, I find that it delivers about 95% of the tweets that match your

Re: [twitter-dev] DM rate limit

2011-02-12 Thread M. Edward (Ed) Borasky
On Sat, 12 Feb 2011 14:46:33 -0500, Dossy Shiobara do...@panoptic.com wrote: Any one Twitter account that sends 250 DM's in a 24 hour period is DOIN' IT RONG. DM spamming your followers is JUST NOT OK. Putting multiple Trending Topics on a tweet with porn links is not OK either, but that

Re: [twitter-dev] Re: Is there going to be another Chirp?

2011-02-12 Thread M. Edward (Ed) Borasky
On Sat, 12 Feb 2011 11:29:09 -0500, Brainewave Consulting i...@brainewave.com wrote: On Feb 7, 2011, at 5:25 PM, M. Edward (Ed) Borasky wrote: On Mon, 07 Feb 2011 15:25:59 +0100, Tom van der Woerdt wrote: I'd prefer London or some other West-European city. I'm guessing it will be in SFO

Re: [twitter-dev] Re: DM rate limit

2011-02-12 Thread M. Edward (Ed) Borasky
On Sat, 12 Feb 2011 15:29:23 -0500, Dossy Shiobara do...@panoptic.com wrote: It's an unfortunate reality, but for every one legitimate application of DM's, there's 100 projects being posted to rent-a-coder asking for an auto DM script ... As developers that use the Twtiter API, we're all

Re: [twitter-dev] Re: DM rate limit

2011-02-12 Thread M. Edward (Ed) Borasky
On Sat, 12 Feb 2011 16:28:43 -0500, Dossy Shiobara do...@panoptic.com wrote: Indeed, if you figure someone can send a customized DM once per 15 seconds, and an hour at Turk costs you $0.05/hour, you can consume 250 DM's/day in 62.5 minutes - you're talking less than $0.10/day to have someone

Re: [twitter-dev] Re: DM rate limit

2011-02-12 Thread M. Edward (Ed) Borasky
On Sat, 12 Feb 2011 17:07:36 -0500, Trevor Dean trevord...@gmail.com wrote: I agree, don't be so quick to judge. We have an opt-in based service and out clients have thousands of customers that explicitly say yes send me direct messages. The information we send is requested by the end user

Re: [twitter-dev] Twitter Development platform - A Rant

2011-02-13 Thread M. Edward (Ed) Borasky
On Sun, 13 Feb 2011 12:18:11 -0600, Andrew W. Donoho andrew.don...@gmail.com wrote: It is clear from this thread that many developers made, perhaps unwisely, product plans based on Twitter's continued support for white listing. In my case as a client developer, the increase of my API count

Re: [twitter-dev] Twitter Development platform - A Rant

2011-02-13 Thread M. Edward (Ed) Borasky
On Sun, 13 Feb 2011 14:16:30 -0500, Adam Green 140...@gmail.com wrote: Edward, I'm going to jump in on the partner issue, since that is my big point. I think you are thinking too small when you say If you want to be a partner with Twitter, *you* are the one who needs to have something to offer

Re: [twitter-dev] Twitter Development platform - A Rant

2011-02-13 Thread M. Edward (Ed) Borasky
On Mon, 14 Feb 2011 01:21:29 -0500, Adam Green 140...@gmail.com wrote: Good points. I think the basic confusion is the definition of developer. It could mean someone who builds a web or mobile app and tries to monetize it. That would be limited. I think it also means all the consultants and

Re: [twitter-dev] Re: should search and streaming apis return similar tweets for equivalent geolocation areas

2011-02-14 Thread M. Edward (Ed) Borasky
On Mon, 14 Feb 2011 11:33:54 -0800 (PST), Taylor Singletary taylorsinglet...@twitter.com wrote: The Search API is greedy with those location fields on user's profiles. It's not likely this behavior will be emulated in the Streaming API with the bright side that you can be more confident in the

Re: [twitter-dev] Jetwick Twitter Search

2011-02-15 Thread M. Edward (Ed) Borasky
On Tue, 15 Feb 2011 03:20:40 -0800 (PST), Karussell tableyourt...@googlemail.com wrote: Hi there! Just a link to my open source twitter search (without noise) developed in my spare time: http://jetwick.com/ Regards, Peter. PS: Most of the features are listed here:

Re: [twitter-dev] Re: Streaming API vs. Search API: no API returns 95% of intented tweets

2011-02-15 Thread M. Edward (Ed) Borasky
On Tue, 15 Feb 2011 21:01:07 -0800, John Kalucki j...@twitter.com wrote: On every occasion where I've tested the Firehose and track terms from the Streaming API against the Tweet database and against each other, there is no loss -- all the sources match exactly. Unless there's some unusual

Re: [twitter-dev] Seeing many Woah there errors on oauth/authenticate

2011-02-24 Thread M. Edward (Ed) Borasky
On Thu, 24 Feb 2011 09:41:34 -0800 (PST), Aaron Rankin aran...@sproutsocial.com wrote: Our users are reporting many sporadic Woah there errors on the oauth/ authenticate page, where the error says the token info was already used. We're forwarding our users to that page immediately after we get

Re: [twitter-dev] Streaming API access level limit

2011-02-24 Thread M. Edward (Ed) Borasky
On Thu, 24 Feb 2011 17:34:52 +0800, Chen Jack S Y aquaj...@gmail.com wrote: Thanks, dude. My problem is still there though. When I try the streaming api with curl in command line, everything goes well and it tracks a few thousands of ids successfully. While using eventmachine (together with

[twitter-dev] current response issues at Twitter.com?

2011-02-24 Thread M. Edward (Ed) Borasky
Is something happening? I'm seeing Loading Tweets seems to be taking a while. Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information. pretty regularly at the moment. Search, on the other hand, seems to be fine. --

Re: [twitter-dev] Re: Apps that Site Hack

2011-02-25 Thread M. Edward (Ed) Borasky
On Fri, 25 Feb 2011 11:16:54 +0100, Pascal Jürgens lists.pascal.juerg...@googlemail.com wrote: How about a competition to develop spam-detection algorithms :) Pascal I don't see VCs / angels funding that sort of thing, so there's not likely a market. -- http://twitter.com/znmeb

Re: [twitter-dev] consistency and ecosystem opportunities

2011-03-11 Thread M. Edward (Ed) Borasky
On Fri, 11 Mar 2011 13:18:24 -0700, Ryan Sarver rsar...@twitter.com wrote: THE OPPORTUNITY FOR DEVELOPERS Some key areas where ecosystem developers are thriving:  - PUBLISHER TOOLS.  Companies such as SocialFlow [2] help publishers optimize how they use Twitter, leading to increased user

Re: [twitter-dev] Re: consistency and ecosystem opportunities

2011-03-13 Thread M. Edward (Ed) Borasky
On Sun, 13 Mar 2011 11:49:45 -0700 (PDT), Dewald Pretorius dpr...@gmail.com wrote: I used to be counted in the 90% until they defaced Tweetie, sorry, Twitter for iPhone with that moronic #DickBar that shoves irrelevant nonsense in your face. It's like yelling at you, I KNOW YOU DON'T WANT TO SEE

Re: [twitter-dev] Re: consistency and ecosystem opportunities

2011-03-13 Thread M. Edward (Ed) Borasky
On Sun, 13 Mar 2011 12:21:20 -0700 (PDT), Jef Poskanzer jef.poskan...@gmail.com wrote: On my Android phone I have both the official Twitter client and Twidroid installed. If they had more or less the same functionailty and useability I would prefer to use the official client. However I only

Re: [twitter-dev] Re: consistency and ecosystem opportunities

2011-03-13 Thread M. Edward (Ed) Borasky
On Mon, 14 Mar 2011 01:32:27 +0530, Umashankar Das umashankar...@gmail.com wrote: Relevance in  microblogging. Big opportunity but very difficult to define. Last i read, even google is stumped. Cheers Umashankar Das I don't think it's relevance that stumps Google so much as privacy. It's a

Re: [twitter-dev] Re: Requesting increased access levels for Streaming API

2011-03-16 Thread M. Edward (Ed) Borasky
On Wed, 16 Mar 2011 09:10:13 -0700 (PDT), Ryan Sarver (@rsarver) ryan.sar...@gmail.com wrote: Also as we stated before, you can use User Streams or Site Streams and get more data by getting more users to authorize your application. Ryan, it's not as simple as getting more users to authorize

Re: [twitter-dev] app to block all users ending with numerals

2011-03-25 Thread M. Edward (Ed) Borasky
On Fri, 25 Mar 2011 15:17:25 +, hax0rsteve hax0rc...@btinternet.com wrote: I know a number of people who use twitter as a read only source of information (for instance they may follow only news outlets and celebrity tweeters) and therefore may have large follow counts with zero tweets.

Re: [twitter-dev] Twitter followers in excel

2011-03-25 Thread M. Edward (Ed) Borasky
On Fri, 25 Mar 2011 14:10:36 +, Scott Wilcox sc...@dor.ky wrote: Hello there, There is no method to do this straight from the API. What 'details' of each follower are you interested in having? Can you elaborate on why you're interested in having an export to excel if possible too. Scott.

Re: [twitter-dev] app to block all users ending with numerals

2011-03-25 Thread M. Edward (Ed) Borasky
On Fri, 25 Mar 2011 11:33:30 -0700, M. Edward (Ed) Borasky zn...@borasky-research.net wrote: [snip] One other note - a tweet that contains multiple Trending Topics is nearly always spam. I haven't gathered any data, mostly because I'm too lazy to write the API call management / rate limit

Re: [twitter-dev] app to block all users ending with numerals

2011-03-25 Thread M. Edward (Ed) Borasky
On Fri, 25 Mar 2011 19:58:58 +, hax0rsteve hax0rc...@btinternet.com wrote: To pointlessly prolong the discussion - it being Friday :-) ... [snip] I guess what I'm getting at here is that any automated filtering system ultimately amounts to making value judgements on behalf of your

Re: [twitter-dev] Perl devs: new AutoCursor trait for Net::Twitter

2011-03-27 Thread M. Edward (Ed) Borasky
On Sun, 27 Mar 2011 16:14:10 -0700, Marc Mims marc.m...@gmail.com wrote: If you're using Net::Twitter's friends_ids or follower_ids methods without a cursor parameter, an upcoming Twitter API change will break your code. I've added an AutoCursor trait (currently in a developer only release),

Re: [twitter-dev] need twitter spam for a research project

2011-04-03 Thread M. Edward (Ed) Borasky
On Sun, 3 Apr 2011 18:19:38 -0700 (PDT), Jeff Tucker fred.f.cho...@gmail.com wrote: I'm conducting a research project involving proactively identifying twitter spam accounts before they actually start spamming. I've observed that some spammers attempt to create tweets that look like they're a

Re: [twitter-dev] Re: need twitter spam for a research project

2011-04-03 Thread M. Edward (Ed) Borasky
On Sun, 3 Apr 2011 21:34:54 -0700 (PDT), John Sheehan johnshee...@gmail.com wrote: You can use my account as an example. I'm currently getting between 50 and 150 follow spams per day for the last 3 weeks. Here's a graph that demonstrates the 'attack' http://screencast.com/t/xl7zcgdYI If you

Re: [twitter-dev] Re: need twitter spam for a research project

2011-04-09 Thread M. Edward (Ed) Borasky
On Sat, Apr 9, 2011 at 2:13 AM, Jeff Tucker fred.f.cho...@gmail.com wrote: Followers tweeting nonsense or just tweeting sentences that just don't quite fit with reality is exactly what I'm hoping to identify. It's easy enough to find a known spammer and block them, but my hope is to identify

Re: [twitter-dev] #TrollWatcher API app.

2011-04-09 Thread M. Edward (Ed) Borasky
Uh ... what's the definition of Troll we are supposed to use? ;-) On Sat, Apr 9, 2011 at 4:30 PM, Quinn quinnmicha...@gmail.com wrote: Hello other Twitter Developers. The other day I had an idea for a little service to monitor trolls. So some code was punched out to monitor a hash tag and

Re: [twitter-dev] Twitter Search API - Questions Regarding Scaling Out

2011-04-11 Thread M. Edward (Ed) Borasky
I don't see an answer here, but I'll tell you how *I* would go about implementing this: 1. Switch to the Streaming API. Using Search in an application puts a strain on Twitter's servers and makes it difficult to Twitter to manage capacity. That's why it's rate-limited and why the rate limits

Re: [twitter-dev] Site Streams beta update

2011-04-19 Thread M. Edward (Ed) Borasky
On Tue, Apr 19, 2011 at 11:54 AM, Taylor Singletary taylorsinglet...@twitter.com wrote: Site Streams does not support any of the search/track features of the User Streams, so if your application requires these capabilities, Site Streams may not be the right fit. Some developers have asked for

Re: [twitter-dev] Sitebucket: Python based, threaded Site Stream monitor

2011-04-25 Thread M. Edward (Ed) Borasky
HootCourse looks nice ... you'll probably end up changing the name, though, unless you've negotiated some terms with the HootSuite folks. ;-) On Sun, Apr 24, 2011 at 1:03 PM, Thomas thomas.welf...@gmail.com wrote: Hi everyone, I've been working on a Python based, threaded site stream monitor

Re: [twitter-dev] @Anywhere JavaScript API Status?

2011-04-25 Thread M. Edward (Ed) Borasky
On Mon, Apr 25, 2011 at 1:18 PM, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Dusty, The Javascript API is still undocumented and unsupported -- the only production-ready elements of @Anywhere that are officially supported are the simple basics documented at

Re: [twitter-dev] Developer Relations and the Twitter Platform

2011-04-26 Thread M. Edward (Ed) Borasky
On Tue, Apr 26, 2011 at 10:53 AM, Adam Green 140...@gmail.com wrote: Welcome, Jason. Let me be the first, but certainly not the last to remind you that many of us are not in the Bay area. Since airfares cost much less with 30 days notice, please keep this in mind when announcing developer

Re: [twitter-dev] Getting users' location

2011-04-27 Thread M. Edward (Ed) Borasky
On Wed, Apr 27, 2011 at 9:22 AM, Marcelo Jenisch marc...@inmeta.com.br wrote: Hello everyone, I need to display the location of someone's followers in a map, so he can see the distribution by country of his followers. I couldn't use the location, since it is just a text box where the user

[twitter-dev] Where is the RSS feed link on #newtwiiter?

2011-04-28 Thread M. Edward (Ed) Borasky
Maybe I'm just getting old, but I can't seem to find the link for my account's RSS feed on #newtwitter. Did it go away? Is that feed deprecated? It's right where it always was on the old Twitter. ;-) -- http://twitter.com/znmeb http://borasky-research.net A mathematician is a device for turning

Re: [twitter-dev] Streaming API JSON Samples

2011-05-02 Thread M. Edward (Ed) Borasky
From sample you will receive delete messages. From User Streams you will receive numerous types of events, as well as tweets and DMs. I haven't looked at the documentation recently, but last time I did Twitter was still reserving the right to add message types and recommended you have a code path

Re: [twitter-dev] At Reply Spam

2011-05-05 Thread M. Edward (Ed) Borasky
Twitter is supposed to be entertaining and informative. I don't know about all of you, but I got a good belly laugh from discovering this on Louis Gray's blog last night, following the links to some NSFW tweets and then reading the ReadWriteWeb post Marshall Kirkpatrick made on the subject. ;-)

Re: [twitter-dev] Re: At Reply Spam

2011-05-06 Thread M. Edward (Ed) Borasky
It's an @reply spambot, pure and simple. There is no vetting of suggested users - it didn't take either me or Marshall Kirkpatrick long to find a tweeter that was not safe for work in @twittersuggests' stream. It's a bad idea - Twitter needs to quit screwing around with stuff like this and solve

Re: [twitter-dev] A new permission level

2011-05-18 Thread M. Edward (Ed) Borasky
-- http://twitter.com/znmeb http://borasky-research.net A mathematician is a device for turning coffee into theorems. -- Paul Erdos Quoting Matt Harris thematthar...@twitter.com: Hey everyone, We recently updated our OAuth screens to give users greater transparency about the level of

Re: [twitter-dev] Introducing the Follow Button

2011-05-31 Thread M. Edward (Ed) Borasky
Now I'm getting curious about the road map for @anywhere and all the miscellaneous Twitter plugins, especially for WordPress. Last year, when Twitter announced @anywhere, I tried a couple of plugins before settling on one. What I got from that was hovercards, tweet boxes and follow

Re: [twitter-dev] Introducing the Follow Button

2011-05-31 Thread M. Edward (Ed) Borasky
. Web Intents and the Tweet Follow Buttons are the best fit for a wide swath of integration points. Deeper integrations are still best serviced by server-side REST integrations or @Anywhere. @episod http://twitter.com/episod - Taylor Singletary On Tue, May 31, 2011 at 3:24 PM, M. Edward (Ed

[twitter-dev] Is the sample stream still delivering 1% of all public tweets?

2011-06-02 Thread M. Edward (Ed) Borasky
I'm just getting back to my code that uses the sample Streaming endpoint. Is that still delivering 1% of all public tweets? -- http://twitter.com/znmeb http://borasky-research.net A mathematician is a device for turning coffee into theorems. -- Paul Erdos -- Twitter developer documentation

Re: [twitter-dev] trending topics order

2011-06-25 Thread M. Edward (Ed) Borasky
How difficult would it be for Twitter to return the tweets per minute by location on Trending Topics? For example, if hockey is getting 100 tweets per minute in Boston, the line for Boston would read boston 100 -- http://twitter.com/znmeb http://borasky-research.net A mathematician is a

Re: [twitter-dev] Re: sudden api slowdown

2011-06-27 Thread M. Edward (Ed) Borasky
I haven't been doing anything with the REST API recently but I think there was some kind of event on Streaming last night. I don't have the data here but it was about 2011-06-27T05:00:00Z if I remember correctly. I was connected to the sample stream with basic auth if that matters. It

<    1   2   3   4   5