avinashkranjan / Amazing-Python-Scripts

🚀 Curated collection of Amazing Python scripts from Basics to Advance with automation task scripts.
https://amazing-python-scripts.avinashranjan.com
MIT License
2.14k stars 914 forks source link

[Script]: Adding the StackOverflow scrapper #2969

Open jaivsh opened 11 months ago

jaivsh commented 11 months ago

Aim

I'd add the stack-overflow web scraper, which would return the solutions based on a particular question.

Details

It would have the following functions:

Methods Details
.getNewQuestions() Returns the new questions, views, votes, answer counts, and descriptions in JSON format
.getActiveQuestions() Returns the active questions, views, votes, answer counts, and descriptions in JSON format
.getUnansweredQuestions() Returns the unanswered questions, views, votes, answer counts, and descriptions in JSON format
.getBountiedQuestions() Returns the bountied questions, views, votes, answer counts, and descriptions in JSON format
.getFrequentQuestions() Returns the frequently asked questions, views, votes, answer counts, and descriptions in JSON format
.getHighScoredQuestions() Returns the most voted questions, views, votes, answer counts, and descriptions in JSON format

Record

jaivsh commented 11 months ago

/assign

jaivsh commented 11 months ago

@avinashkranjan please assign me this