/sosq

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

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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")