A script made using Nodejs and Puppeteer. It automates user login and creates a repo with the info inside the config.json file.
You should have Node installed.
Clone this repo to your system and inside the config.json file edit the values with your github email , github password , your repo name which is to be created and a description (optional).
Run
npm i
to install the required node modules , and then run
node index
in your integrated terminal.