GitHub Automation that can create repo automatically using selenium and python
It is GitHub Automation that can create repo automatically using selenium and python
Selenium
pip install selenium
Also Download the Chrome Drivers from here according to your chrome version :- click here
uname = "Your github user name"
pw = "Your github password"
python Main.py "name of the repo "
Licensed under the MIT License