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

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.

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!