mail2github_issues/README.md

24 lines
389 B
Markdown
Raw Normal View History

2018-06-07 15:17:57 +03:00
# 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*.
* Edit */etc/aliases*:
```
issues: "|/usr/local/sbin/mail2github_issues.py"
```
* Run the `newaliases` command.