This project fetches StackOverflow API returns a dataframe
pip install sosq
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")