sooryaprakash31 / InitialCommitter

Github Initial Commit automation using Selenium Webdriver-Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Initial Committer

Automates Github Initial Commit by using Selenium Webdriver-Python

Requirements

  • python3
  • pip install selenium
  • Clone of this repository

SetUp

  1. Add your Default Projects folder path in .commands.sh
  2. Download geckodriver from here and place it in the folder
  3. cd InitialCommitter
  4. source .commands.sh

Execution

  1. cd InitialCommitter
  2. createrepo <ProjectName>

Output

  • A New folder with the <Project-Name> will be created in the default projects folder.
  • The created folder will be initiated as git repository
  • New repository will be created in GitHub with the <Project-Name>
  • The local repository will be staged, committed "Initial Commit" and pushed to the GitHub repository

License


Leave a ⭐ if you find this useful!

About

Github Initial Commit automation using Selenium Webdriver-Python

License:MIT License


Languages

Language:Python 66.6%Language:Shell 33.4%