https://github.com/zanderlewis/waka-box-remastered
A maintained clone of waka-box
https://github.com/zanderlewis/waka-box-remastered
Last synced: 7 months ago
JSON representation
A maintained clone of waka-box
- Host: GitHub
- URL: https://github.com/zanderlewis/waka-box-remastered
- Owner: zanderlewis
- License: isc
- Created: 2024-10-05T01:48:58.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-17T16:25:32.000Z (over 1 year ago)
- Last Synced: 2025-02-17T17:32:52.825Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 628 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Waka Box [ REMASTERED ]
Update a pinned gist to contain your weekly WakaTime stats
The original Waka Box is quite out-of-date, so, after a few months of using it, I decided to continue the development of it.
---
## 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 WakaTime profile settings (https://wakatime.com/settings/profile) ensure `Display coding activity publicly` and `Display languages, editors, operating systems publicly` are checked.
1. In your account settings, copy the existing WakaTime API Key (https://wakatime.com/settings/api-key)
### Project setup
1. Fork this repo
1. Edit the [environment variable](https://github.com/zanderlewis/waka-box-remastered/blob/master/.github/workflows/schedule.yml#L13-L18) in `.github/workflows/schedule.yml`:
- **GIST_ID:** The ID portion from your gist url: `https://gist.github.com/matchai/`**`6d5f84419863089a167387da62dd7081`**.
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.