Unanswered Questions
90 questions with no upvoted or accepted answers
17
votes
0
answers
971
views
Stack Exchange data dump downloader and transformer
About
With Stack Exchange, Inc.'s recent data dump restrictions, the official SE data dump on archive.org is dead, and single-click downloads of the entire data dump are too.
This program is meant to ...
15
votes
0
answers
513
views
Non-English Language Question Analyser
This is a simple Bot which uses Stack Overflow public API and chat to continuously scan new questions and report in chat the ones which are most likely not written in English.
This project can be used ...
13
votes
0
answers
415
views
Rodgort - A tool for managing burninations on Stack Overflow
This project is no longer maintained.
One instance is hosted by Das_Geek which controls this user, but minimal support is available.
Rodgort
What is this?
A project created by the team in SOBotics (...
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
423
views
so: A terminal interface for Stack Overflow
Screenshot / Code Snippet
About
This is a simple terminal interface to the Stack Exchange network. I created it as an exercise in learning Rust but also because I think it could be useful. It's for ...
12
votes
0
answers
406
views
StackBrowser for Ubuntu Touch
About
StackBrowser allows you to explore the StackExchange network natively on Ubuntu Touch. Written in QML and JavaScript, it is mostly an excuse to play with the new Ubuntu SDK.
Currently you can:
...
12
votes
0
answers
15k
views
How to call the API via JSONP in Plain Old JavaScript
This tips demonstrates how to call the API in JavaScript without the need of jQuery or other frameworks.
In a lot of cases you will find that the JSONP implementations provided in various frameworks ...
11
votes
0
answers
416
views
OBSOLETE - Dragon: an automatic editor
OBSOLETE: No longer maintained, and I haven't used it for ages either. May or may not work as long as v2 of the API remains supported
Screenshot
My revision history currently contains a lot of ...
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 ...
10
votes
0
answers
160
views
SE Chat Flagger Bot
This is a bot that sits in the MSE tavern. What does it do?
Smokey sends in a spam report.
You reply tp with a reason and it will flag the post accordingly.
NOTES:
This does not flag based on how ...
10
votes
0
answers
264
views
StackTack - George Edison Remix (now with a few extra features!)
Screenshot
About
StackTack was originally listed here on Stack Apps. The idea was terrific and Soviut did such an awesome job building the application that I decided to fork it. My original intention ...
9
votes
0
answers
303
views
Answerable, a recommender of unanswered questions
About
Answerable is a Python program that finds unanswered questions on Stack Overflow that you could be able to answer.
Background
At first I didn't know about the StackExchange API, so I planned to ...
9
votes
0
answers
2k
views
Stack Overflow CLI
SoCLI
Stack overflow command line written in python. Using SoCLI you can search and browse stack overflow without leaving the terminal. Just use the socli command:
Installation
Supported ...
9
votes
0
answers
946
views
StackUnderflow - Greasemonkey/Tampermonkey helper for StackOverflow users
StackUnderflow
StackUnderflow is Greasemonkey/Tampermonkey (or compatible) user script that aims to improve your experience with StackOverflow.com.
Once it runs, you should easily notice additional ...
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 ...