Skip to content

michaelrychly/github-avatar-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Avatar Downloader

Problem Statement

Given a GitHub repository name and owner, download all the contributors' profile images and save them to a subdirectory, avatars/.

Getting Started

  • run 'npm install'
  • create a '.env' file in the folder
  • retrieve your GITHUB_TOKEN and insert into the '.env' file

Expected Usage

This program should be executed from the command line, in the following manner:

node download_avatars.js owner repository

About

Given a GitHub repository, download all the contributors' profile images and save them to a sub-directory.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors