This project provides basic search functionality for a user's public gists.
$ python main.py -u <username> -d [description] -f [file-name]
username
(required): owner of the gists to search fordescription
(optional): Description of gists must contain the passed parameterfile-name
(optional): The gist contains a file with the given parameter.
Example
# searches all the gists which contain the word "time" in the description
$ python main.py -u <santiagobasulto> -d time
# searches all the gists which have at least 1 file that contains the word "time" in the name
$ python main.py -u <santiagobasulto> -f time