user1767754
user1767754

Reputation: 25094

How to search projects on github that uses a specific framework?

A while ago someone listed "all projects" using tensorflow. How can i do a search query like that on github? Unfortunately i couldn't find this information anymore and Github Search "dorks" didn't really help. Appreciate any help.

Upvotes: 2

Views: 184

Answers (1)

VonC
VonC

Reputation: 1323953

This is the kind of query for which you would use Google BigQueries.

See examples in "Using BigQuery to Analyze PHP on GitHub".
If you know how to detect the import and use of a specific framework, you can build a query that will be played on all the (public) GitHub repos.

Upvotes: 1

Related Questions