Skip to content

chriscohoat/photos_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To install:
	python setup.py install
	
To use:
	Create a new album:
		photos -c new_album_title
	Add files to album:
		photos -a new_album_title photo1 photo2 photo3
	List the album:
		photos -l new_album_title
	Delete photos (by ID) from album:
		photos -d new_album 1 2 3

Notes:
	The Python script "photos" gets copied to /usr/local/bin during the install. Sorry if not.
	
	Photos aren't actually uploaded (yet), just the filenames. Will come soon.
	
	The backend can be found here: http://photo-storage.herokuapp.com/admin
	
	
	
	

About

CLI for the photos_backend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages