https://github.com/innei/productive-box
https://github.com/innei/productive-box
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/innei/productive-box
- Owner: Innei
- Created: 2020-07-26T13:59:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-12-23T00:03:36.000Z (6 months ago)
- Last Synced: 2025-12-23T11:15:05.824Z (6 months ago)
- Language: JavaScript
- Size: 439 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
rescue-box
Update a pinned gist to contain your daily RescueTime 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 RescueTime Account account (https://rescuetime.com)
1. In your account settings, create a new RescueTime API Key (https://www.rescuetime.com/anapi/manage)
### Project setup
1. Fork this repo
2. Create a new blank gist and grab the end part of the URL
- **GIST_ID:** The ID portion from your gist url: `https://gist.github.com/joshghent/`**`2d5f82ddf12683b47fc27f987a561d03`**.
3. Go to the repo **Settings > Secrets**
4. Add the following environment variables:
- **GH_TOKEN:** The GitHub token generated above.
- **RESCUETIME_API_KEY:** The API key for your RescueTime account.
- **GIST_ID:** The Gist ID that we got in Step 2
5. Copy the contents of `.github/workflows/schedule.yml`, then delete the file and commit it. Then recreate the file and paste the contents back in (this is due to forked repos not running actions)