Skip to content

Highest voted questions on Stack Overflow with a specific keyword.

Notifications You must be signed in to change notification settings

nttuyenx/top-voted-devQnA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

top-voted-devQnA

When learning new topics in computer programming, you might want to know the top highest voted questions on Stack Overflow with a specific keyword. This project helps you to that by showing the top highest voted questions of a keyword with the highest voted answer on the site.

Project files

The project includes three files:

  1. stackoverflow.py is the main script.
  2. utils.py is where you build core functions.
  3. README.md is where you provide information about other files.

How to run

  • Required flags:
    • question_number is number of the top highest questions
    • label is the keyword
  • A sample command:
    • python3 stackoverflow.py --question_number 10 --label sql
  • A sample output of python3 stackoverflow.py --question_number 5 --label git
    output_sample

About

Highest voted questions on Stack Overflow with a specific keyword.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages