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
- Host: GitHub
- URL: https://github.com/bakircius/sosq
- Owner: bakircius
- License: gpl-3.0
- Created: 2024-02-26T20:10:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T10:38:58.000Z (over 1 year ago)
- Last Synced: 2025-05-07T04:47:53.354Z (8 months ago)
- Topics: pandas, pandas-dataframe, stackexchange-api, stackoverflow
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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")
```