Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Script]: Adding the StackOverflow scrapper #2969

Open
3 tasks done
jaivsh opened this issue Aug 10, 2023 · 2 comments
Open
3 tasks done

[Script]: Adding the StackOverflow scrapper #2969

jaivsh opened this issue Aug 10, 2023 · 2 comments

Comments

@jaivsh
Copy link
Contributor

jaivsh commented Aug 10, 2023

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

  • I agree to follow this project's Code of Conduct
  • I'm a GSSoC'23 contributor
  • I want to work on this issue
@jaivsh
Copy link
Contributor Author

jaivsh commented Aug 10, 2023

/assign

@jaivsh
Copy link
Contributor Author

jaivsh commented Aug 10, 2023

@avinashkranjan please assign me this

@github-actions github-actions bot added the hacktoberfest Issues open for hacktoberfest label Oct 10, 2023
@github-actions github-actions bot removed the hacktoberfest Issues open for hacktoberfest label Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant