clime / pagure-importer

Forked from pagure-importer 7 years ago
Clone
README.md

pagure-importer

CLI tool for importing issues etc. from different sources like github to pagure

How to run

  1. Install it using pip . pip install pagure_importer
  2. Execute pgimport
  3. Just answer what is asked, one by one.

Present options for sources: github

Present options for items: issues

Tools used:

  1. libpagure - a python library for pagure api.
  2. PyGithub - a python library for github api.