Questions tagged [python]
Accompanies [app]s written in, or [library]s meant to be used from, the Python programming language
56 questions
18
votes
0
answers
1k
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 ...
4
votes
0
answers
341
views
PyStackAPI - wrapper for the StackExchange API, written in Python
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:/...
5
votes
0
answers
360
views
Stack Exchange Dump 2 MySQL - Load the data dump into a database with Python
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 ...
9
votes
0
answers
318
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 ...
3
votes
0
answers
2k
views
RTFM: a discord bot which runs code and queries documentations
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 (...
1
vote
1
answer
145
views
Stack API doesn't return json with encoding of UTF-8
Here is the query
RESULT
{
"items": [
{
"badge_counts": {
"bronze": 2,
"silver": 1,
"gold": 0
},
...
2
votes
0
answers
92
views
Auto categorize questions (Placeholder) [closed]
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.
...
1
vote
1
answer
114
views
Is my script's API usage okay?
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 ...
1
vote
1
answer
154
views
I want a python program example for more requests a day
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 ...
3
votes
1
answer
1k
views
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 ...
7
votes
0
answers
1k
views
Slack-Overflow - A programmer's best friend, now in Slack
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://...
3
votes
0
answers
152
views
Is there any app that could extract and manage questions from Stack Overflow?
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 ...
4
votes
0
answers
141
views
Python library 2.2 API Wrapper?
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 ...
3
votes
0
answers
310
views
stack2py - A Python wrapper for API v2 [alpha]
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, ...
10
votes
1
answer
1k
views
SEAPI - A lightweight Python wrapper for the Stack Exchange API
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 ...
8
votes
0
answers
192
views
StackIRC - Posting Questions from Stack Exchange Sites to IRC Channels
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 ...
7
votes
0
answers
233
views
Quick Media Solutions - The First Tool to Take Advantage of Write Access in v2.1 of the API!
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 ...
19
votes
6
answers
4k
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 stackpy
About
...
3
votes
2
answers
1k
views
Python library for the StackExchange v2 API? [duplicate]
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?
7
votes
0
answers
533
views
LaServ - A Python/Twisted based flexible command line bot/framework for Stack Exchange
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, ...
4
votes
0
answers
211
views
Scrape the site list, show sites sorted by answer ratio
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 ...
7
votes
0
answers
644
views
OBSOLETE - Stacktistics: Show recent popular languages, mobile platforms and web techs based on question counts
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, ...
4
votes
0
answers
270
views
PyOverflow: Account statistics for Stack Overflow for Ubuntu!
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 ...
6
votes
1
answer
423
views
Stack-Trac - List stackoverflow/serverfault/... questions that are related to your Trac tickets
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 ...
22
votes
1
answer
925
views
Stackathlon 2.5: Leader board for users active on multiple sites
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 ...