Automating Github With Python | Automating Github Using Python Selenium | E path

Published: 16 August 2020
on channel: E Path
99
10

As a Part of our Job we will be dealing with multiple projects every day.
To Keep the code safe we will push them in to cloud platforms Like Github, Heroku, Google Cloud platform etc
As a part of my Job every time when i create a new project, i will push the code in to Github.
Today we are going to Automate this process of crteating the new project and integrate it with Github.
In Order To Complete This :- We Have To Follow 4 steps

1. Login into Github
2. Create a new Repository in Github with the project name
3. Create a new Folder in Machine with the project name
4. Integrate the project with Github and push

1. Login into Github

To Complete This Step we should have a valid username and password

username = ""
password = ""


we can do this in this method using python
login_remotely()

after Completing this we will move to next Step

2. Create a new Repository in Github with the project name

after successfull login we will create a new repo in Github using

reponame = ""

inside this method using python
create_remotely()

after Completing this we will move to next Step


3. Create a new Folder in Machine with the project name

after creating successfully will create new folder in machine using

Path = " Location to create project "
reponame " name to create project"

we can do this in this method using python
create_locally()

after Completing this we will move to next Step


4. Integrate the project with Github and push

after creating new folder successfully we integrate this project in cmd with new repo created in Github

we can do this in this method using python
create_locally()

after Completing this we will move to next Step the project will open in code editor like vs code

using "code ."

Music Details --

Eden by Onycs   / onycsmusic  
Creative Commons — Attribution 3.0 Unported — CC BY 3.0
Free Download / Stream: https://bit.ly/al-eden
Music promoted by Audio Library    • Eden – Onycs (No Copyright Music)  


On this page of the site you can watch the video online Automating Github With Python | Automating Github Using Python Selenium | E path with a duration of hours minute second in good quality, which was uploaded by the user E Path 16 August 2020, share the link with friends and acquaintances, this video has already been watched 99 times on youtube and it was liked by 10 viewers. Enjoy your viewing!