Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robert-96/gitlab2github
A simple python script for migrating issues, labels and comments from GitLab to GitHub.
https://github.com/robert-96/gitlab2github
github gitlab python
Last synced: 11 days ago
JSON representation
A simple python script for migrating issues, labels and comments from GitLab to GitHub.
- Host: GitHub
- URL: https://github.com/robert-96/gitlab2github
- Owner: Robert-96
- License: mit
- Created: 2022-09-18T21:52:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-27T16:09:22.000Z (over 2 years ago)
- Last Synced: 2024-11-29T04:27:53.170Z (2 months ago)
- Topics: github, gitlab, python
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gitlab2github
A simple python script for migrating issues from GitLab to GitHub.
## Setup
```
$ pip install -r requirements.txt
```## Usage
To move all issues from a GitLab repository to GitHub run the following commands:
```
$ export GITLAB_TOKEN=xxxxxxxxx
$ export GITHUB_TOKEN=xxxxxxxxx
$ export GITLAB_REPO=namespace/name
$ export GITHUB_REPO=namespace/name
$ python -m gitlab2github
```Getting help on arguments or option names:
```
$ python -m gitlab2github --help
```## License
This project is licensed under the [MIT License](LICENSE).