A python script to get mail from issues@example.com and create github issues.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Theodotos Andreou 08a47dad08 More descriptive documentation vor 5 Jahren
LICENSE Initial Commit vor 5 Jahren
README.md More descriptive documentation vor 5 Jahren
mail2github_issues.py Initial Commit vor 5 Jahren

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.