Accompanies [app]s written in, or [library]s meant to be used from, the Python programming language

learn more… | top users | synonyms

76
votes
19answers
5k views

Py-StackExchange: An API wrapper for Python

A warm welcome to you, traveller. You have arrived at the home of Py-StackExchange, the library definitively proven† to be the best library for using the SE API from Python. If you are still ...
80
votes
1answer
9k views

StackPrinter: The Stack Exchange Printer Suite

UPDATE: Version 1.1 - MySE section, PrettyPrint, StackPrinter API Screenshot App Homepage Printable view About http://www.stackprinter.com StackPrinter is a website that pulls the ...
12
votes
3answers
489 views

Stack.PY - A Python Module for Accessing the Stack Exchange 2.1 API

Now on PyPI! You can now find Stack.PY on PyPI, Python's package index. This means that you can install the package simply by running the following command in a terminal: pip install ...
25
votes
4answers
3k views

StackTracker - Cross-platform desktop notification app

Screenshot / Code Snippet Current Version: Beta build v1.0 About StackTracker, a cross-platform desktop notifier for the StackExchange API built with PyQt4 The application displays a task ...
97
votes
9answers
9k views

Flack Overstow - Generate spam from Stack Exchange posts

Online demo courtesy of George Edison: http://quickmediasolutions.com/flack Note: this tool now works with all Stack Exchange sites. Just paste the URL of your profile and the app will ...
49
votes
6answers
3k views

Stack2Blog - Turning your answers into blogs (For “sale”)

Stack2Blog for Sale Hi everyone! Since we're working on a few other projects, we haven't worked on Stack2Blog in a while. We still think it can be useful, especially with the rise of platforms ...
16
votes
3answers
2k views

StackTray: The Stack Overflow tray application

Screenshot Icon on left Hover over icon Context menu Reputation Alerts About This application sits in your system tray and periodically checks Stack Overflow for any new badges or ...
4
votes
1answer
669 views

pyso.py - Python Stack Overflow library

Screenshot / Code Snippet import pyso # Install the Server Fault API version 1.0. pyso.install_site(pyso.APISite("api.serverfault.com", "1.0")) # Get all the names of the moderators. print ...
13
votes
0answers
441 views

Stackathlon: Users active on all three of SO, SF and SU

Screenshot About It's surprising how few people are active on all three of Stack Overflow, Server Fault and Super User. Well, maybe not so surprising. But it's a big world; you'd think there'd be ...
1
vote
1answer
326 views

API Implicit Authentication with Python

I am working on an desktop inbox notifier for StackOverflow, using the API with Python. The script I am working on first logs the user in on StackExchange, and then requests authorisation for the ...