17 lines
155 B
Markdown
17 lines
155 B
Markdown
|
# Todoist integrator
|
||
|
|
||
|
## Install
|
||
|
|
||
|
```
|
||
|
pip3 install -r requirements.txt
|
||
|
```
|
||
|
|
||
|
## Jira intergration
|
||
|
|
||
|
Set system env:
|
||
|
|
||
|
```
|
||
|
export JIRA_API_TOKEN=<token>
|
||
|
```
|
||
|
|