cffbots / filtering

Tool to discover github repos that could benefit from cffconvert-github-action
Apache License 2.0
1 stars 0 forks source link

Add functionality to filter based on whitelist of repos #11

Closed jspaaks closed 2 years ago

jspaaks commented 2 years ago

(Spawned from #1)

For example, intersect the list of all repos-that-have-a-CITATION.cff (1) with repos that occur in research-software.nl/api/software (2)

  1. https://github.com/search?l=&q=filename%3ACITATION.cff&type=code
  2. curl https://research-software.nl/api/software_cache | jq '.[] | .repositoryURLs.github[]' --raw-output > urls.txt
jspaaks commented 2 years ago

PR wad merged, clsoing