rezaeieng1994 / sosq

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v3.0


Languages

Language:Python 100.0%