Skip to content

VentusN/class-7-gists-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Class 7: Gist Search

This project provides basic search functionality for a user's public gists.

Usage

$ python main.py -u <username> -d [description] -f [file-name]
  • username (required): owner of the gists to search for
  • description (optional): Description of gists must contain the passed parameter
  • file-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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages