ls-taps: search names only
This commit is contained in:
parent
63e56fd4df
commit
18f3b9f6d1
@ -1,6 +1,6 @@
|
||||
require "utils/json"
|
||||
|
||||
GitHub.open("https://api.github.com/search/repositories?q=homebrew+sort:stars&per_page=100") do |json|
|
||||
GitHub.open("https://api.github.com/search/repositories?q=homebrew+in:name&sort=stars&per_page=100") do |json|
|
||||
json["items"].each do |repo|
|
||||
if repo["name"] =~ /^homebrew-(\S+)$/
|
||||
user = repo["owner"]["login"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user