An open API service indexing awesome lists of open source software.

https://github.com/tomoyanakano/github-todoist

✅ Script to copy Github issues to your Todoist
https://github.com/tomoyanakano/github-todoist

github todoist typescript

Last synced: about 2 months ago
JSON representation

✅ Script to copy Github issues to your Todoist

Awesome Lists containing this project

README

          

# Github to Todoist

This repository make it possible to copy github issues you assigned to Todoist.

## Prerequisite

**Add your Github and Todoist Access Token to `.env` file**
```
GITHUB_ACCESS_TOKEN= YOUR GITHUB ACCESS TOKEN
TODOIST_API_TOKEN= YOUR TODOIST API TOKEN
```

**Install npm packages**

run below command

```
npm install
```

## Usage

RUN⚡️

```
npm run main
```

※ Add all issues assigned you to Todoist

※ Tasks that have already been added will not be added.


Task Name would be like follows

```
**[Repository Name]** Issue Title (Issue URL)
```

## Contribution
please feel free to add issue and create pull request!!