Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 482 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 482 Bytes

Automate GitHub Log In

  • clone this repository.

  • Install yarn or npm

  • create a .env file.

  • Set your GitHub username/email and password in .snv file

    Example:

    .env
    ----------
    
    NAME="Your GitHub username or email"
    PASS="Your GitHub password"
    
  • Open the terminal in this file path and run yarn scrap or npm run scrap


NOTE: FOR MORE THINGS, YOU CAN CHECK OUT OTHERS BRANCHES IN THIS REPOSITORY.