Skip to content

Albumm is a simple CLI application to download Albums from Flickr

Notifications You must be signed in to change notification settings

sarthakm21/albumm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ALBUMM

Logo

Albumm is a simple CLI application to download Albums from Flickr.

VERSION:

1.0.0

Installation

To get this project up and running on your local machine, you need to do is clone or download this project

To install all the dependencies do

sudo apt update && sudo apt install golang

sudo snap install go --classic

Enter the directory and use

go mod tidy

You will need an API Key from Flickr to use this CLI.

Find it here

Set this API Key as an environment variable using

export

FLICKR_API_KEY=<YOUR_KEY_HERE>

To run the application use

go run *.go

or you can build a binary using

go build

Usage commands

go run *.go id - Get User ID of a username

go run *.go albums - List all albums of a user

go run *.go help - Shows a list of commands or help for one command

GLOBAL OPTIONS:

--help, -h show help (default: false) --version, -v print the version (default: false)

Contributors

See also the list of contributors who participated in the project.

About

Albumm is a simple CLI application to download Albums from Flickr

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%