Skip to main content

Questions tagged [python]

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

Filter by
Sorted by
Tagged with
18 votes
0 answers
1k views

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 ...
Zoe - Save the data dump's user avatar
4 votes
0 answers
341 views

PyStackAPI The latest version - 0.2.0 What is PyStackAPI? PyStackAPI is a modern, 100% typed wrapper for the StackExchange API, written in Python. Documentation You can find documentation here: https:/...
wchistow's user avatar
  • 141
5 votes
0 answers
360 views

I created a a utility to load the Stack Exchange data dump into a MySQL database: https://github.com/stephenostermiller/stack-exchange-2-mysql It is written in Python so it should in theory work on ...
Stephen Ostermiller's user avatar
9 votes
0 answers
318 views

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 ...
Miguel's user avatar
  • 191
3 votes
0 answers
2k views

This post is to ensure the bot described can use the API with a key ; it can search questions from any SE website This bot is still in development. However a stable version is already running 24/7 (...
FrenchMasterSword's user avatar
1 vote
1 answer
145 views

Here is the query RESULT { "items": [ { "badge_counts": { "bronze": 2, "silver": 1, "gold": 0 }, ...
Nerzid's user avatar
  • 145
2 votes
0 answers
92 views

Screenshot / Code Snippet I am just starting to write the code. Will update as I make progress. My plan is as following: Scrape about 50 questions and answers per tag from select set of websites. ...
Manu Rastogi's user avatar
1 vote
1 answer
114 views

I've written a short Python script to help people review C and C++ questions on Code Review. It uses the API version 2.2. I've already asked there for a review of that Python code, but I would ...
Edward's user avatar
  • 113
1 vote
1 answer
154 views

How can I make about 10k requests on https://api.stackexchange.com/2.2/users/+J+/questions?order=desc&sort=activity&site=stackoverflow using python program in a day. Where J is variable and ...
Manish Bhanu's user avatar
3 votes
1 answer
1k views

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 ...
Dennis Williamson's user avatar
7 votes
0 answers
1k views

A quick hack made in a couple of hours. A programmer's best friend, now in Slack. Search StackOverflow right from Slack without coming off as dumb. Setup is super simple and straightforward. https://...
KGo's user avatar
  • 171
3 votes
0 answers
152 views

I'm looking for help with a Stack Overflow application that could do the following things for me: Extract the top voted questions at a given date and tag Extract the answered questions of some given ...
Kasravnd's user avatar
  • 183
4 votes
0 answers
141 views

Is there a Python library that encompasses the new functionality in the 2.2 API? I've seen this question and this question, and the comments indicating that libraries were being created and updated ...
Andy's user avatar
  • 417
3 votes
0 answers
310 views

About stack2py is a library which wraps the SE API (v2.1) for Python. It aims to provide a clean and complete interface to the user, giving them complete control and accessibility. Although, ...
pradyunsg's user avatar
  • 163
10 votes
1 answer
1k views

About A lightweight Python wrapper for the Stack Exchange API v2.1. Built with Requests. Why yet another SE API Python wrapper? (I'm aware of Stack.PY - A Python Module for Accessing the Stack ...
Piotr Migdal's user avatar
8 votes
0 answers
192 views

Screenshot http://static.quickmediasolutions.com/media/screenshots/irc.png About Similar to the Twitter feeds for each Stack Exchange site, this small IRC bot retrieves questions from any Stack ...
Nathan Osman's user avatar
  • 23.2k
7 votes
0 answers
233 views

Website http://quickmediasolutions.com Screenshot About Quick Media Solutions is my personal website where most of the web services and tools I have written reside. I recently rewrote the entire ...
Nathan Osman's user avatar
  • 23.2k
19 votes
6 answers
4k views

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 stackpy About ...
Nathan Osman's user avatar
  • 23.2k
3 votes
2 answers
1k views

So I'm aware of Py-StackExchange and pyso.py, but neither covers the v2.0 API. Does anyone know of a Python library for the 2.0 API?
Kristian Glass's user avatar
7 votes
0 answers
533 views

LaServ (a play on Lazers, The Bridge's feedbot and '*Serv' bots, which provide IRC services ) is a Python/Twisted project that I've been poking at since the Christmas break. It's still beta quality, ...
agent86's user avatar
  • 3,287
4 votes
0 answers
211 views

About Display the list of Stack Exchange sites, with the number of questions and answers on each site, and the answer ratio (number of answers divided by the number of questions). The list is sorted ...
Gilles 'SO- stop being evil''s user avatar
7 votes
0 answers
644 views

Screenshot / Code Snippet About You may wonder what kind of languages, mobile platforms, or web technologies are most popular these days. stacktistics shows the popularity of programming languages, ...
Wonil's user avatar
  • 171
4 votes
0 answers
270 views

I was bored, and I wanted to play with the API, so I came up with this little script: It's coded in Python and has only a single image dependency. Here is a screenshot: Here's the source code (it's ...
Blender's user avatar
  • 141
6 votes
1 answer
423 views

About This little app will look at the summary from the currently viewed Trac ticket and find related questions & answers on stackoverflow, or other stackexchange sites. Screenshot stack-trac ...
Matt Wonlaw's user avatar
22 votes
1 answer
925 views

tl;dr New! See "More Athlons" below. Screenshot About It's surprising how few people are active on multiple Stack Exchange sites. Well, maybe not so surprising. But it's a big world; you'd ...
Dennis Williamson's user avatar