3
votes
0answers
15 views

How to access global stackexchange user favourites in a feed?

I was looking for a way to IFTTT my questions, and found this recipe, that automaqically saves your favourited questions to Evernote. Nice. It uses stack2rss (thus the SE API) to provide a feed with ...
3
votes
0answers
206 views

Stackdump, an offline browser for StackExchange sites

Screenshots About Stackdump was conceived for those who work in environments that do not have easy access to the StackExchange family of websites. It allows you to host a read-only instance of ...
2
votes
0answers
37 views

User rename script

Keep tabs on the newest help vampires! This script was inspired by my not immediately spotting a help vampire - because of the user32984923874-style default name. It seemed like a good idea at ...
95
votes
7answers
4k views

StinkingBadges - Track your progress towards long-term badges

Introduction I was curious how far away I was from Generalist, and there are some data explorer queries that can show you your progress, but I thought it should be possible to make this work ...
11
votes
0answers
265 views

ChatBot, a bot. For the chat

About Lurks in the shadows of the chat. It executes commands at the request of the user, sending messages as the user who runs it. You can talk to it in this preview page. In the chat, it is ...
2
votes
0answers
106 views

Stackoverflow Sentiment Search Engine

Sentiment analysis... Generally speaking, sentiment analysis aims to determine the attitude of a speaker or a writer with respect to a topic or the overall contextual polarity of a document. The ...
2
votes
0answers
23 views

Is it safe to change the OAuth Domain?

I'm about to develop a small application that will use the Stack Exchange API. I understand that I have to provide an OAuth Domain when I register the application with Stack Exchange. Right now, I am ...
47
votes
6answers
4k views

SkeetStalker - Get to unanswered questions before Jon Skeet?

Screenshots Main Page Supports all StackExchange sites via StackAuth Search for users on any site to stalk About I created this for fun and for a chance to play around with GWT & ...
2
votes
0answers
37 views

Clarification on related tags for a tag returned by API

I was assuming that the related tags API call, returns all the tags that co-occur with the input tag. But a closer look at the API documentation indicate the following: Returns the tags that are ...
5
votes
1answer
42 views

Can you access a user's tag reputation/score via the API?

Is it possible to retrieve a user's tag specific reputation/score via the API? If not, is it possible to make an API call that returns enough information that you can calculate the value?
26
votes
0answers
610 views

FlackBot - Making Conversation in the Chat Rooms

Screenshot About FlackBot (whose name was inspired by this app) is a chat bot for the Stack Exchange network of chat sites. It currently hangs out in the Sandbox but it it designed for the Ask ...
15
votes
2answers
451 views

VoteCounts: bookmarklet to display up/down votes even for rep less than 1000

Screenshot / Code Snippet About This small bookmarklet will allow anyone to use the "vulnerability" of the API that it allows you to check the up/down vote count - a feat you could normally ...
4
votes
1answer
44 views

Get Key for my application

I am creating Stack Overflow client application and have reach limit to request. So I decided to get the Key from my application, but got a little confused. When I requested the Key I provided ...
3
votes
1answer
38 views

What is an oAuth domain

What is the oAuth domain that is mentioned in the StackApps app registration form? I googled it but couldn't find a good description.
2
votes
0answers
45 views

SECharts - various charts and interesting findings on all SE sites (as of August 2012)

Screenshot / Code Snippet About SECharts - StackExchange charts application is a static web application where you can browse some data regarding all the 37 SE sites. I have created SECharts to ...
5
votes
0answers
43 views

Killit - Bookmarklet to replace single images from the page

About Bookmarklet that replaces any selected image on the page with: How to use. You first need to "install" the bookmarklet by visiting the project homepage and dragging the button to your ...
1
vote
1answer
30 views

Does the API allow us to pull down a user's subscriptions?

When I joined the site, I found that I could subscribe to hear about new posts within my favorite tag/filter. I started receiving daily emails with the latest posts in those categories. I can't find ...
24
votes
0answers
721 views

“View Vote totals” without 1000 rep

Screenshot About The vote counts are a great tool to determine whether an answer is disputed or not. Unfortunately, not many of us have enough time to join all Stack Exchange websites and get ...
12
votes
0answers
836 views

Stackstabilizer - A Windows 8 Metro Stackoverflow app (version 4, 11-09-2012)

About Stackstabilizer Stackstabilizer is a Stackoverflow reader for Windows 8. It helps you browse content on Stackoverflow, and allows you to sign in. In-app search It provides in-app search ...
1
vote
1answer
18 views

Create a question Bookmarket

I want to build a small bookmarklet which can take the selected text and send in to stackoverflow to create a new post containing the selected text. Also get a unique id or something that helps to ...
8
votes
1answer
225 views

Select Code Block Buttons Script

Shows a select-button on mouse over on code-blocks to select the whole block for easier copying. Sorry to not provide a file for download but i am sure you will manage somehow, adjust includes as ...
10
votes
0answers
1k views

SOStacked: Stack Exchange iPhone client

Screenshots About Awesome feature set. Powerful search, beautiful display Pick your favorite and ignored tags Log into your account, track your reputation! See your incoming answers, ...
0
votes
1answer
11 views

What is the api_site_parameter of stackapps.com in API 2.x

What is the api_site_parameter of stackapps.com in API 2.x? https://api.stackexchange.com/2.1/sites doesn't list stackapps. Why?
1
vote
1answer
31 views

How do I search for a specific question whose url I know?

I was wondering if there is a feature in the API that I could use to retrieve various features of a question on the Stack Exchange network when I know the actual URL of the question.
5
votes
0answers
49 views

Why is my API quota not resetting after UTC reset?

According to How API Keys Work, the default daily API limit -- which is per site, per day -- is 300. I started with 300, as expected, but over a period of days, I've noticed that the remaining quota ...
1
vote
1answer
22 views

App/Script to track answers/comments for specific questions?

Is there any app that tracks answers or comments to a specific question and provides an rss feed (or email digest or similar)? I'm only interested in keeping track of certain questions. Can I use ...
0
votes
0answers
10 views

Spatial Data Collection , Forming Maps [closed]

I want to know what should i study if i am working on a project that relates to spatial data in form of maps basically it would include map location on maps since i am an open source guy s i would ...
0
votes
1answer
73 views

Suggestion Status - a userscript to view the status of your suggested edits

Suggestion Status is a small userscript which displays the status of your suggestions using color codes; , and yet to be reviewed. This allows you to immediately see the status of your ...
57
votes
3answers
3k views

StackFlair - Generate flair for your Stack Exchange associated accounts (please switch to stackflair.com)

Screenshots About There have been several requests on Meta Stack Overflow for a way to get a combined flair similar to what is shown on Area 51. I took a "I want it, I'll make ...
1
vote
0answers
15 views

Better Call /me maybe?

I am using implicit OAuth 2.0 flow, hence requesting for a token first. Now when I want to know which user has logged in, I have to make request to /me endpoint to get all of the data about the user, ...
1
vote
1answer
28 views

Is there a way (or app) to get realtime updates of new questions with a given tag?

According to StackExchange API not realtime?, the API does not return results in realtime, but has 1 minute delay for the same query. Is there a system or an app that delivers new questions in ...
28
votes
0answers
3k views

How API Keys Work

What are the API request limits? A single IP address can only make a certain number of API requests per day, depending on the presence of a valid API key. Default API daily limits: Key: 10,000 No ...
0
votes
0answers
10 views

How to tell if a given tag name is a synonym?

I've found in one of my projects that I sometimes have a string that I need to check as to whether it's a tag or a tag synonym. To check if it's a tag synonym is easy using /tags/{tags}/info I can ...
1
vote
0answers
20 views

Are “api-key” and “app-key” the same thing?

When tagging my last couple of questions about registering for a key I noticed there are two similar-looking tags: api-key - 17 uses and a tag wiki app-key - 8 uses, no tag wiki Do they ...
2
votes
0answers
23 views

What to do with “OAuth Domain” in the registration page for a browser user script?

I want to register my first project so I can make more API calls without hitting the limit now that it seems to be good enough for others to use. My project is a browser userscript that works with ...
0
votes
0answers
12 views

Is my application's page here on stackapps good enough to use on the app registration page?

I've decided to get my first app key for one of my Stack API projects. It's for my browser userscript: Script to add a “Related Tags” module for search on all Stack Exchange sites On the ...
0
votes
0answers
13 views

Is there any way to access the SE Site Advertisement backgrounds?

I really like the background images for inter site advertisement: etc,. Is there a way to have easy access to these? I'm hoping to use them within my application.
2
votes
0answers
40 views

edit-comment method returns 405 error

Trying to understand how edit-comment method could be used. I passed valid token with write_access, valid key, and existed comment id, but all I've got is: { "error_id": 405, "error_name": ...
6
votes
5answers
491 views

Dice Stack - Find a random question

DiceStack Screenshot About Fetches a random question from a StackExchange site of your choice. I may add some filtering options later. License Free-to-use webapp. Source not available. ...
34
votes
7answers
3k views

Stack Exchange Notifier Chrome Extension

About Stack Exchange Notifier is a handy extension for Google Chrome browser that displays your current reputation, badges on Stack Exchange sites and notifies you on reputation's changes. You ...
4
votes
0answers
219 views

Japanese stack exchange localization

Screenshot About This script was originally created for the JLU (Japanese Language and Usage) site as part of the Creating as much Japanese interface as possible to be more inclusive of native ...
4
votes
0answers
25 views

Why does adding fromdate=<long time ago> return a different set than without it?

I've been trying to get some stats for the Windows 8 challenge over on Super User. I've noticed that there are some questions missing if I add fromdate=0. Why is this? Without fromdate: ...
1
vote
0answers
106 views

Unread messages in inbox query shows older inbox messages

I am using the /inbox/unread route to get the unread messages in a user's inbox. Recently (over the last couple of months, perhaps) I have noticed that the entries returned from this route initially ...
2
votes
0answers
202 views

Pretty StackOverflow

This userscript provides a prettier interface to StackOverflow. (Click for larger image) Installation Stylebot page Userscript install link It also hides notifications. To bring them back, ...
0
votes
0answers
13 views

The 1.0/sites API call is not returning all stackexchange sites

Version 1 of the /sites API call does not appear to be returning all sites currently in the StackExchange network. Compared to calling version 2 of the API with a large page size, the list of sites ...
2
votes
0answers
12 views

Get tags from question through an answer

I'd like to use this function: http://api.stackexchange.com/docs/answers-on-users to get a list of answers from a user. The key element that I need though is what the question was tagged as, is there ...
5
votes
1answer
1k views

StackDeck - desktop application written in Qt

About This handy application is your real-time desktop browser for the Stack Overflow network, allowing you to easily search for questions, answers, users, comments, and more! License GNU General ...
19
votes
1answer
309 views

Duplicate Question Suggestion Boxes

Screenshot About Duplicate Question Suggestion Boxes is a UserScript for any Stack Exchange site that makes it extremely simple to check for duplicate questions for a post. In the left side ...
0
votes
0answers
34 views

QuickStack - A Simple Browser Extension

About QuickStack QuickStack allows you to quickly view StackOverflow questions without visiting the question page. This was inspired by the Reddit Enhancement Suite and it's feature that allows quick ...
3
votes
2answers
207 views

Can I apply the API Key first and do the application later?

I don't have an application to submit at the moment, but can I apply the key first?

15 30 50 per page
1 3 4 5 6 7 30