https://github.com/arbazkhan4712/github-automation
GitHub Automation that can create repo automatically using selenium and python
https://github.com/arbazkhan4712/github-automation
automation chrome github github-actions python selenium
Last synced: 4 months ago
JSON representation
GitHub Automation that can create repo automatically using selenium and python
- Host: GitHub
- URL: https://github.com/arbazkhan4712/github-automation
- Owner: Arbazkhan4712
- License: mit
- Created: 2020-03-19T07:36:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-17T13:41:25.000Z (over 4 years ago)
- Last Synced: 2025-03-24T21:22:25.588Z (11 months ago)
- Topics: automation, chrome, github, github-actions, python, selenium
- Language: Python
- Size: 9.77 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
# GitHub-Automation
GitHub Automation that can create repo automatically using selenium and python
[](https://www.python.org/) [](https://www.python.org/downloads/release/python-360/) [](https://pypi.python.org/pypi/ansicolortags/)
[](https://GitHub.com/Naereen/StrapDown.js/network/) [](https://GitHub.com/Naereen/StrapDown.js/network/)
It is GitHub Automation that can create repo automatically using selenium and python
## Dependencies:
Selenium
```
pip install selenium
```
Also Download the Chrome Drivers from here according to your chrome version :- [click here](https://chromedriver.chromium.org/downloads)
## Add Username & Password in pass.py file:
```
uname = "Your github user name"
pw = "Your github password"
```
## Run:
```
python Main.py "name of the repo "
```
## Owner:
- [Arbazkhan4712](https://github.com/Arbazkhan4712/)
## License & Copyright
© [Arbaz Khan](https://arbazkhan4712.github.io/Contact.html)
Licensed under the [MIT License](License)