https://github.com/taeguk/github-export
Export(Backup) your github repositories.
https://github.com/taeguk/github-export
backup-script github python3
Last synced: 4 months ago
JSON representation
Export(Backup) your github repositories.
- Host: GitHub
- URL: https://github.com/taeguk/github-export
- Owner: taeguk
- License: mit
- Created: 2016-06-09T08:49:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-19T13:01:52.000Z (over 9 years ago)
- Last Synced: 2025-04-13T20:47:10.134Z (10 months ago)
- Topics: backup-script, github, python3
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Github Export
=====================
.. image:: https://img.shields.io/pypi/v/github-export.svg
:target: https://pypi.python.org/pypi/github-export
.. image:: https://img.shields.io/pypi/dm/github-export.svg
:target: https://pypi.python.org/pypi/github-export
We support ONLY Python 3 above.
How to install
-----------------
You can install Github Export using pip3 :
.. code-block:: bash
$ pip3 install github-export
Usage
---------------
.. code-block:: bash
github-export -h # show usage.
github-export -c -u -o backup-file
Feature Support
--------------------
- Repository (public/private, owner/collaborator/organization)
- Repository's issues
- ...If you have things you want, please tell me through issues_.
.. _issues: https://github.com/taeguk/github-export/issues
Contribution
-----------------
Welcome any kind of contribution!