Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshghent/todoist-box
✅ Update a pinned gist to contain your Todoist stats
https://github.com/joshghent/todoist-box
awesome-pinned-gists gistbox github-actions pinned-gist todoist
Last synced: 6 days ago
JSON representation
✅ Update a pinned gist to contain your Todoist stats
- Host: GitHub
- URL: https://github.com/joshghent/todoist-box
- Owner: joshghent
- License: mit
- Fork: true (yg/todoist-box)
- Created: 2020-04-20T08:38:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-26T15:06:01.000Z (9 months ago)
- Last Synced: 2024-08-02T07:10:37.456Z (3 months ago)
- Topics: awesome-pinned-gists, gistbox, github-actions, pinned-gist, todoist
- Language: JavaScript
- Homepage:
- Size: 568 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-pinned-gists - todoist-box - Update a pinned gist to contain your Todoist productivity stats (External Services)
README
todoist-box
⚡️📌 Update a pinned gist to contain your Todoist stats
---
> 📌✨ For more pinned-gist projects like this one, check out: https://github.com/matchai/awesome-pinned-gists
## Setup
### Prep work
1. Create a new public GitHub Gist (https://gist.github.com/)
1. Create a token with the `gist` scope and copy it. (https://github.com/settings/tokens/new)
1. Create a Todoist account (https://todoist.com/users/showregister)
1. In your account settings, copy the existing Todoist API Token (https://beta.todoist.com/prefs/integrations)### Project setup
1. Generate a repo from this template by clicking [here](https://github.com/joshghent/todoist-box/generate)
1. Fill in the details and click `Create repository from template`
1. Go to the repo **Settings > Secrets**
1. Add the following environment variables:
- **GH_TOKEN:** The GitHub token generated above.
- **GIST_ID:** The ID portion from your gist url: `https://gist.github.com/joshghent/`**`a582ad10a45dc17815feea6018223880`**.
- **TODOIST_API_KEY:** The API token for your Todoist account.## License
Originally created by: [Yogi](LICENSE)
Maintained by: [joshghent](https://joshghent.com)