1

For example, I want to know how to implement a project that uses Django and Stripe. So I want Github repos that uses these dependencies. I can think of two example ways to know that in this case:

  1. repositories that **/urls.py contains views.stripe_webhook AND **/views.py contains from django (no requirements.txt approach)
  2. repositories that requirements.txt contains Django and stripe (requirements.txt approach)

Either way, it need to search text content in files in repositories.

So here, how can I do something like this, using Github API, Github advanced search, or Github Graphql (, or something else)?

ー PupSoZeyDe ー
  • 1,082
  • 3
  • 14
  • 33

0 Answers0