A python script to get mail from issues@example.com and create github issues.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
Theodotos Andreou 08a47dad08 More descriptive documentation 5 yıl önce
LICENSE Initial Commit 5 yıl önce
README.md More descriptive documentation 5 yıl önce
mail2github_issues.py Initial Commit 5 yıl önce

README.md

Mail to Github Issues

Description

A script to get mail from issues@example.com and create github issues.

Installation Instuctions

  • Install the github python API:
pip install github3.py
  • Place the script under /usr/local/sbin/mail2github_issues.py.

  • Adjust the following variables accordingly:

    • TOKEN = ‘XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX’
    • USER = ‘exampledev’
    • REPO = ‘myrepo’
  • Edit /etc/aliases:

issues: "|/usr/local/sbin/mail2github_issues.py"
  • Run the newaliases command.