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)

What if I use GitHub Gists as a way to share Bundle Again codes

in a way

Dec 6, 2022, 7:22 AM
1 0 2

comments (single view)

idea:

do the first option (scraping), but use it to make your own api calls. then just use that with #BundleAgain passed as a parameter

i have no idea how scraping works so if it doesnt work i understand

View all comments