turns out there’s no api calls to search a gist
so that means i have two choices:
scrape GitHub Gist to get the gists (the plan is I want to search gists with #BundleAgain on the description)
use a master gist for the people to fork it (but that means only 1 bundle per user)
idea:
do the first option (scraping), but use it to make your own api calls. then just use that with
#BundleAgainpassed as a parameteri have no idea how scraping works so if it doesnt work i understand