An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# GitHub-Automation
GitHub Automation that can create repo automatically using selenium and python

[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/) [![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/) [![PyPI license](https://img.shields.io/pypi/l/ansicolortags.svg)](https://pypi.python.org/pypi/ansicolortags/)

[![GitHub forks](https://img.shields.io/github/forks/arbazkhan4712/GitHub-Automation?style=social)](https://GitHub.com/Naereen/StrapDown.js/network/) [![GitHub star](https://img.shields.io/github/stars/arbazkhan4712/GitHub-Automation?style=social)](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)