Unanswered Questions
42 questions with no upvoted or accepted answers
25
votes
0
answers
2k
views
StackUnderflow.js: A JavaScript Library and Mashup Application
Screenshot / Code Snippet
About
StackUnderflow.js is a lightweight JavaScript library that makes retrieving and rendering question summary information from Stack Exchange sites simple. It supports ...
18
votes
0
answers
2k
views
Stack Exchange Java client library
Sample Code
/**
* The following will print out the current stats for the
* Stack Overflow site (stackoverflow.com).
*/
public class Example
{
public static void main(String[] args)
{
...
15
votes
0
answers
778
views
Firehose JSON streaming event service
Code Snippet
Using curl:
$ curl http://stackoverflow.hewgill.com:8080/firehose/stackoverflow
or, in a browser, http://stackoverflow.hewgill.com:8080/firehose/stackoverflow.
About
This "firehose" ...
13
votes
0
answers
2k
views
Stack.JS - Powerful Event-driven Library for Accessing the Stack Exchange API in JavaScript.
About
Stack.JS is the JavaScript equivalent of Stack.PHP and aims to replicate the request structure of that library as much as possible. The library is still a long ways from being complete but is ...
12
votes
0
answers
511
views
Stack Exchange Global Types - a type declaration package for global objects exposed by Stack Exchange
Screenshot / Code Snippet
About
Stack Exchange global types is a type declaration package adding or augmenting type definitions for global objects exposed by Stack Exchange for client-side ...
11
votes
0
answers
468
views
ArtOfChatbot + Chat API - a customisable chatbot
Stack Exchange chat has no API. While this is not a complete chat API, it introduces a level of control that makes it far easier to run chatbots.
About
ArtOfChatbot is a two-part creation: a basic ...
11
votes
0
answers
346
views
Stack Exchange Topbar Tools
About
Ever stared at that almost-black1 bar at the top of the page and thought "not awesome enough"?
Well, think no longer! Stack Exchange Topbar Tools is a userscript that contains an extensible ...
11
votes
0
answers
922
views
OBSOLETE - so++ - C++ Library
Obsolete: Coded for a decommissioned version of the API. Source code might be adaptable though.
(source: DEAD LINK: quickmediasolutions.com)
Code Snippet
#include <sopp/sopp.h>
...
sopp::...
9
votes
0
answers
6k
views
sanction: a dead easy OAuth2 client Python implementation
Overview
sanction is a lightweight, dead simple (67 LOC!) client implementation of the OAuth2 protocol. The major goals of the library are:
Support multiple providers
Most providers have varying ...
9
votes
0
answers
1k
views
CoreStack : An Objective C Library
About
An Objective C 2.0 wrapper around the Stack Exchange API. Powers Six to Eight. Carefully woven threads for easy creation of non-blocking UIs, and full serialisation support for easy state ...
8
votes
0
answers
460
views
GraphQL Stack Overflow API endpoint W.I.P
About:
Currently a GraphQL endpoint is available here, meant to facilitate apps wanting to query data from StackExchange but with the GraphQL spec. High speed, built with go and hosted on Azure. ...
8
votes
0
answers
388
views
Stack on Go - A wrapper library in Go
Stack on Go - A wrapper library in Go
https://github.com/laktek/Stack-on-Go
Sample Code
session := stackongo.NewSession("stackoverflow")
//set the params
params := make(stackongo.Params)
...
7
votes
0
answers
407
views
Node.js/ChatExchange - An API for Chat
About
ChatExchange is a node.js API for talking to Stack Exchange chat (Largely based on ChatExchange for python). This is still very much in the works, but currently provides a working API for those ...
7
votes
0
answers
514
views
MSOEngine Objective-C library
MSOEngine
Basically MSOEngine (Matt's Stack Overflow Engine) is an Objective-C library that communicates with Stack Overflow.
It uses the MIT License.
You can find (the new and improved ...
6
votes
0
answers
255
views
stackapi.cpp - a C++20 library for the Stack Exchange API
Code snippet
#include "stackapi/StackAPI.hpp"
#include "stackapi/data/structs/comments/Comment.hpp"
#include <iostream>
int main() {
stackapi::StackAPI api (
{
...