Hot answers tagged twitter-api
4
The following applications are able to save all your tweets to your computer:
MKTwitter is a nice free, open source application which lets you connect to your Twitter account and save your Tweets to your computer. No hassle, no knowledge required. Just download it, run it and you are done.
Tweetake is another website which connect to your Twitter account. ...
4
Check out Trendistic or What the Hashtag?! (you need to register for this one but it is free)
EDIT 1
Tredistic has the option to switch between 24hrs, 7 days, 30 days, 90 or 180 days. However, after looking at Trendistic again it appears to only display the percentage not the actual number of tweets. What the Hashtag splits tweets in to days over a 7 day ...
3
Noisy Neighbours will inspect your timeline and provide you with a graph detailing your followers by number of tweets.
You need to authorise the Web App to read your Twitter timeline before using it.
EDIT
It appears that Noisy Neighbours no longer works an alternative is ManageFlitter
ManageFlitter will analyse your Twitter account and provide with ...
3
Bibhas is correct that Twitter offers limited access to historical tweets; however, there are other tools that archive the Twitter firehose for historical searching and referencing.
I have personally used Radian6 to do this. Radian6 is not cheap, but it has been a reliable tool for searching historical tweets back at least a few years. You may be able to ...
3
It actually depends on the amount of tweets with that hashtag. If the amount is really less, it might be possible. Twitter documentation mentions that -
Clients may access a theoretical maximum of 3,200 statuses via the page and count parameters for the user_timeline REST API methods. Other timeline methods have a theoretical maximum of 800 statuses.
...
3
ManageFlitter can do some of that.
Inactive people who have not tweeted anything for 30 days
People you follow who don't follow you
Plus a bunch of other options, although some of them require a Pro account. Once you find the accounts it's easy to remove them in bulk.
3
The Twitter @ Anywhere API has a Tweet box that can be installed on any website.
It also includes Twitter hovercards, follow buttons, linkify @mentions, and user login & signup.
I used it when it first came out last year but at the time the javascript was bloated and slow and it totally screwed up web font rendering. It might work much better now.
2
One alternative approach is to use Zapier to create a link between Twitter and another tool like StatsMix.
The Zap can watch for generic search strings (like a hashtag) and update a counter inside StatsMix. You could even build graphs over time.
Of course you're not limited to just StatsMix. You could use any analytics tool that Zapier supports.
EDIT: ...
2
As far as I know Twitter Search API is the best thing we've got as of now. And Twitter Search API supports searching timeline of any user. In fact "Search" text box of Twitter (at the top of Twitter page) uses the search API, so you can experiment using that search box.
For example searching
twitter from:yourusername
shows your tweets with word twitter ...
2
It's not going through your firewall when it talks to the Twitter servers. Brizzly retrieves content from the Twitter API through its own connection and then stores it on their server and presents it to you while you're logged in. (It only does this when you're using it, though, otherwise you'd end up using all of your Twitter API limit.)
If your company ...
2
As discussed in the comments, you won't get the same information from LinkedIn than Facebook.
As LinkedIn is more a professional social network, you are more likely to get information about who works there, what they have done before, where they live and so on.
Here is an example with MS: ...
1
This isn't possible, the search API is currently not built for searching old tweets. Twitter has made it known to its developers that they are concentrating on real time efforts.
Your developer will have to use a combination of search engines, Twitter search API (to the extent of it's limit) and Twitter clients that have attempted this before.
For example, ...
1
Friend or Follow is a pretty good option here. The web app allows you to filter all those that you follow (for free), and sort by:
Follow/Followers Ratio (which will help determine spambots)
Last Tweet (to determine inactive users)
And users who do not follow you back
1
You can use the api method user/show:
https://dev.twitter.com/docs/api/1.1/get/users/show
It will return all kind of info about a twitter user like:
favourites_count
listed_count
followers_count
statuses_count
friends_count
1
The doco on posting a tweet via the Twitter API can be found here.
You may find it easier to do this through one of the many libraries available.
1
Why you get the error message, @mhoran_psprep explained that. Now if you still want to achieve something like that, the closest thing is to choose a keyword, that is likely to appear in every other tweet and search with that + the source. There is no word like that, so I chose a letter. :P
I searched with the letter a and the source as tweetdeck.
...
1
The answer is found on the Twitter search API documentation
source
can only be combined with a keyword parameter. If you do not include a keyword you will receive an HTTP 403 error with the message: {"error":"You must enter a query."}.
supports multi-word sources by using _ instead of spaces. For example, the source "Tweet Button" ...
1
This page - http://dev.twitter.com/pages/rate-limiting - has information on this (important stuff highlighted in bold below)
Requests to the Search API, hosted on search.twitter.com, do not count towards the REST API limit. However, all requests coming from an IP address are applied to a Search Rate Limit.
The Search Rate Limit isn't made public to ...
1
Twitter doesn't let you search within a list with it's search function. But you can achieve it the other way around. You can fetch all the statuses from a list in some interval, preferably using the since_id parameter, and search in those tweets. It's kind of hectic way, but the only way right now.
Only top voted, non community-wiki answers of a minimum length are eligible
