DevopediaOrg / question-generator

Generate a list of questions that beginners might ask on a technical topic
MIT License
1 stars 4 forks source link

BIR-2: Create CLI commands for taking user input #2

Open devjyotipatra opened 5 years ago

devjyotipatra commented 5 years ago

The user input is broken down to two steps.

In the first step, the user is expected to provide one or more keywords as input. We are going to fetch all Stackoverflow (SO) tags which contain one of these keywords and return the top-K topics to the user for each keyword. The top-K topics will be decided based on the count of SO questions for each topic.

Then in the second step, the user can choose a set of topics returned in step 1 and ask for questions related to those topics only. The default for this step is to use all the topics returned by step 1.