https://github.com/paulseperformance/waka-box
Workflow automation for pinned wakatime development stats
https://github.com/paulseperformance/waka-box
pinned-gist wakatime
Last synced: 5 months ago
JSON representation
Workflow automation for pinned wakatime development stats
- Host: GitHub
- URL: https://github.com/paulseperformance/waka-box
- Owner: pAulseperformance
- License: isc
- Created: 2019-11-16T15:43:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-25T09:01:14.000Z (about 4 years ago)
- Last Synced: 2024-12-30T20:23:54.961Z (over 1 year ago)
- Topics: pinned-gist, wakatime
- Language: JavaScript
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
waka-box
Update a pinned gist to contain your weekly WakaTime 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 WakaTime account (https://wakatime.com/signup)
1. In your account settings, copy the existing WakaTime API Key (https://wakatime.com/settings/api-key)
### Project setup
1. CLONE this repo
1. Edit the [environment variable](https://github.com/GrilledChickenThighs/waka-box/blob/master/.github/workflows/schedule.yml#L13-L15) in `.github/workflows/schedule.yml`:
- **GIST_ID:** The ID portion from your gist url: `https://gist.github.com/GrilledChickenThighs/`**`2a34572967d85fcf2d4bbd989138d7cf`**.
1. Go to the repo **Settings > Secrets**
1. Add the following environment variables:
- **GH_TOKEN:** The GitHub token generated above.
- **WAKATIME_API_KEY:** The API key for your WakaTime account.