Skip to content

dennishall1/github-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-scraper

Getting Started & Running the Scraper

  1. Pull down the code (or just download the code as a zip, github provides that link on the right).

  2. Create a file named .env at the project root (in the same folder as package.json) -- The contents of this file should be

    ghusername=YOUR-GITHUB-USERNAME
    ghpassword=YOUR-GITHUB-PASSWORD
    
  3. Run npm install

  4. Run node app

  5. Point your browser to http://localhost:3000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published