manishshettym / codescholar

codescholar: growing programs graphs idiomatically for API usage examples
10 stars 0 forks source link

CodeScholar Github Miner #6

Closed manishshettym closed 2 years ago

manishshettym commented 2 years ago

Implement a github miner that pulls projects with following specifications:

  1. Source language: python 3
  2. > 10 GitHub stars
    1. > 10 GitHub commits
  3. Must have a licence
  4. version: latest
  5. Exclude forks
  6. Size < 70708 bytes
  7. isClientOf(library L) -- check if the project uses a specific library; e.g., tensorflow, pytorch, numpy, etc.