Skip to content

code-knayam/Github-scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Scrapping

Automate scrapping entire github with Puppeteer. Search for users and save the username and email from search results into a file.

Steps

  1. Clone the repo
  2. Install dependencies, using npm install.
  3. In creds.js, replace the fields with your github username and password.
  4. In index.js, enter the SEARCH_STRING value with whatever you want to search for.
  5. Run the file using command - node index.js
  6. Browser will start and scrap github, exporting all username and email addresses into users.txt file.

Enjoy Scrapping

About

Scrapping Github for username

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published