Flagging Assistant - tweaks for frequent flaggers
Flag summary links, coded history, alert missing answers, and more...
Got a Bad Status Line
Since about 10 AM US-CDT on August 8, 2015, I've been getting ('http protocol error', 0, 'got a bad status line', None) on a /users/{ids}/associated query after several successful such queries e…
How to get notified when user posts, comments, etc.?
I want to create a slack integration that will list the user's Stack Overflow activity: when ask a question, post an answer, edit a post etc. What can I use for this kind of notification?
Stack Overflow link expander in Google Search
This userscript detects links to Stack Overflow when you Google something and shows the accepted/most-voted answer directly in the search page! From: To: To install, you'll need a userscri…
Official Stack Exchange Android App
This is the official app for all Stack Exchange sites, including Stack Overflow, Super User, Server Fault, Ask Ubuntu and Arqade.
Give us a site's API name in the list of a user's sites
In the /me/associated method, I get back a bunch of JSON - but the api_site_parameter name is nowhere to be found. Why? It's kind of important. Could we have it?
Show/Hide spoilers on any question (and its answers)
Allows per-question toggling of spoiler blocks
WelcomeBot - a bot to welcome you
WelcomeBot A Stack Exchange chatbot written in Python that uses ChatExchange. Many parts of this were modeled after SmokeDetector, another Stack Exchange chatbot. Features Welcomes new users …
Keep getting 500 “Internal error” in requests with an access token
I'm trying to fetch some data from the Stack Exchange API I have a valid access_token and registered key but I keep getting internal error as a result. Here is the request URL: https://api.stackex…
Refresh expired acess token basics
I'm trying to learn how to implement an OAuth flow in an Android app -- using a simple app with the Stack Exchange API. Using webView, I'm able to retrieve an access token and store it in my share…
Stackie - A Stack Exchange client for the Universal Windows Platform
Browse your favorite questions and answers on the myriad of topics across the entire Stack Exchange network with Stackie - a Stack Exchange client for the Universal Windows Platform.
Guidance on usage thresholds - specifically throttling
I am running a lot of tests and have started to get 403 errors. I am using a key and certainly have not exceeded my quota. Am I running foul of some yet unmentioned throttling threshold and if so…
How to search my threads based on some key words?
As I have already many threads in some StackExchange sites, sometime I would like to be able to search among them, for instance, based on some key words. Does anyone know how to do that? Thank you!
How do I get the total number of records for a given search?
I want to use the Stack Exchange API and get the total number of results returned from the search route. I wrote this recursive script to find the last page with the has_more=False, is there a bet…