Reputation: 25094
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
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