Skip to content

swieja/repo-find

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Repo find

This tool finds repositories using github API based on given query, conditions and returns direct URLs to them.

Currently using custom blacklist.
Usage:

python3 find_repos.py -q "stars:500..5000 language:Java created:>2017-10-11 sort:updated" -f /tmp/results.txt -s 10000 -d

-q/--query - search query

-f/--filename - path where results will be stored

-s/--size - filter repos bigger than given size in bytes

-d/--docker - filter repos with docker support

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages