How to Use
The bread and butter of our system will be based on the Questions sync table from the stackoverflow pack. This table fetches questions based on certain filter criteria; tags and date range. We’ll set those in the next steps.
1️⃣ Step 1: Choose Tags to Track
Choose which tags you want to track. Use TagInfo() for autocomplete assistance of popular tags matching your search term. We’ll use those tags as filters Questions sync table.
Note that the tag filters works by filtering all questoins having all tracked tags in the . For example, if we have Tag 1 and Tag 2 in the tracked table, the filter will filter all questions having Tag 1 and Tag 2. In this example, we want to track all queustions having the tags next.js and vercel.
2️⃣ Step 2: Select a Date Range to Track
Depending on the question count for the tracked tags, you may want to limit the search results. The date range will limit results to questions created within the set date range.
In this example, we want to track all questions created within the month of July and Aguest 2023.
Go to and click Sync Table. You will be prompted to sigin in with your StackOverflow Account.