stack-overflow-import icon indicating copy to clipboard operation
stack-overflow-import copied to clipboard

Import arbitrary code from Stack Overflow as Python modules.

Results 12 stack-overflow-import issues
Sort by recently updated
recently updated
newest added

In 2021 this package always fails to import things with the following error: ```python File "/home/vadim0x60/.pyenv/versions/3.9.9/lib/python3.9/site-packages/stackoverflow/__init__.py", line 34, in find_spec code, author, url = cls.find_working_code(spec.name) File "/home/vadim0x60/.pyenv/versions/3.9.9/lib/python3.9/site-packages/stackoverflow/__init__.py", line 24, in...

A colleague and I can't decide if this is a programming joke or if it is meant seriously. Could you please shed some light there? :) PS: This isn't a...

While this marvelous library is obviously saving everyone a lot of time going back and forth between SO, clipboard, and their IDE, I feel its usage is still not as...

Depends on my repair-pr that uses currently functional stackoverflow imports

quick_sort and split_into_chunks don't return valid results any more and you were only searching one result instead of all of them

Test to find the two example unable to execute, which may because of the change of highest votes answer changed. Change the code to support more than one answer code...

Before this can be reliably used in production, this needs is the ability to auto-install necessary packages.

After Importing quicksort as mentioned before I didn't know what to pass as a parameter to the function.If some support of function definition details is added.It would be great.

Should be written in Node with a Redis backend that queries a Stack Overflow client written in Go.

Even if it's not recommeded by PEP-8, `from stackoverflow import *` should still work.