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
- Host: GitHub
- URL: https://github.com/tomoyanakano/github-todoist
- Owner: tomoyanakano
- Created: 2022-03-07T07:53:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-06T04:08:39.000Z (over 3 years ago)
- Last Synced: 2025-02-04T11:48:12.515Z (over 1 year ago)
- Topics: github, todoist, typescript
- Language: TypeScript
- Homepage:
- Size: 55.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!!