Skip to content
This repository has been archived by the owner on May 10, 2020. It is now read-only.
/ PySO Public archive

A small python module that helps you search Stack Overflow (using python)!

License

Notifications You must be signed in to change notification settings

strinking/PySO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PySO

A small python module that helps you search Stack Overflow!

Requirements

  • asyncio (allows for asynchronous operation)
  • asynciohttp (for async HTTP requests)
  • ujson (for JSON parsing)

Setup

To set up PySO please open https://stackexchange.com/oauth/dialog?client_id=9997&scope=no_expiry&redirect_uri=https://stackexchange.com/oauth/login_success and log in with your stack overflow account. Authorize the app and once it's done you should see a token appear in your url bar. Copy this to the access_token field. You should now be ready to go!

Usage

Call Search(someSearchStringHere) to search Stack Overflow using PySO. someSearchStringHere can be any string you wish to search Stack Overflow for. It'll return the best answer to the best question with an accepted answer.

About

A small python module that helps you search Stack Overflow (using python)!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages