Python Automation | Part 11 : GitHub Automation using Python | Python Selenium Web Automation

preview_player
Показать описание
In this Python Automation video, we are gonna be automating GitHub such that we can create GitHub repositories automatically from the terminal. Usually, when we setup the basic boilerplate of our project, we will do the following things to setup a Github Repository:
1) Open browser, goto Github (login, if necessary)
2) Click on new repository.
3) Giving a name to the repo and selecting the visibility to be public or private.
4) Click on create repository.
5) Copy the commands like the command for setting up the remote.
6) Paste those commands in the terminal.

We will automate this entire workflow and everything is done with a single command, something like;
where the visibility is public by default, and if private is specified, then private.

We will leverage Python Selenium for this Automatic GitHub Repository Creation.

Join Code Band Community❤️
WhatsApp Group Link:

Telegram Group Link:

Don't forget to give a ⭐️ to the repo.

References :

Subscribe | Code Band

Other videos in Code Band:

:) You Can Find Me On:
Рекомендации по теме
Комментарии
Автор

Hi bro. I saw my repositories in github. Tq for promoting me. :-)

rangabharath
Автор

Thanks bro, can we use this to automate some tasks on Windows example:
Open certain apps read some logs from then and paste it in specific app

abdulmajeedal-barhi