Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshghent/rescue-box
⏰ Update a pinned gist to contain your Daily RescueTime Stats
https://github.com/joshghent/rescue-box
github-actions pinned-gist rescue-box rescuetime
Last synced: 6 days ago
JSON representation
⏰ Update a pinned gist to contain your Daily RescueTime Stats
- Host: GitHub
- URL: https://github.com/joshghent/rescue-box
- Owner: joshghent
- License: isc
- Created: 2019-10-30T09:57:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-05T07:38:15.000Z (2 months ago)
- Last Synced: 2024-09-06T12:37:59.651Z (2 months ago)
- Topics: github-actions, pinned-gist, rescue-box, rescuetime
- Language: JavaScript
- Size: 211 KB
- Stars: 20
- Watchers: 4
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-pinned-gists - rescue-box - Update a pinned gist to contain your daily productivity stats from RescueTime. (External Services)
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)