An open API service indexing awesome lists of open source software.

https://github.com/bakircius/sosq

stack overflow search queryies - sosq : This project fetches StackOverflow API returns a dataframe
https://github.com/bakircius/sosq

pandas pandas-dataframe stackexchange-api stackoverflow

Last synced: 7 months ago
JSON representation

stack overflow search queryies - sosq : This project fetches StackOverflow API returns a dataframe

Awesome Lists containing this project

README

          

# stack overflow search queries (sosq)

This project fetches StackOverflow API returns a dataframe

# install

pip install sosq

# for use

1- Get your key and token from stackexchange / follow instructions.

2- sample code below.

```
import sosq
sosq.get_result("your_search_query", "your_key", "your_access_token")
```