Skip to content

joshghent/todoist-box

 
 

Repository files navigation

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/)
  2. Create a token with the gist scope and copy it. (https://github.com/settings/tokens/new)
  3. Create a Todoist account (https://todoist.com/users/showregister)
  4. 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
  2. Fill in the details and click Create repository from template
  3. Go to the repo Settings > Secrets
  4. 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 Maintained by: joshghent

Languages

  • JavaScript 100.0%