From 175ccf31411d397d97211bc2bdb65bdba8249bd7 Mon Sep 17 00:00:00 2001
From: Matan Kushner
Date: Sun, 17 Mar 2019 14:57:03 -0400
Subject: [PATCH] Update setup instructions
---
README.md | 16 ++++++----------
package.json | 4 ++--
2 files changed, 8 insertions(+), 12 deletions(-)
diff --git a/README.md b/README.md
index 87983df..e818921 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
-
-
bird-box
- Update a pinned gist to contain the latest tweets of a user
+
+ waka-box
+ Update a pinned gist to contain your weekly WakaTime stats
---
@@ -12,8 +12,8 @@
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 new Twitter app (https://developer.twitter.com/en/apps/create)
-1. On the App page for your newly created app, generate an "Access token & access token secret" and copy all keys and tokens.
+1. Create a WakaTime account (https://wakatime.com/signup)
+1. In your account settings, copy the existing WakaTime API Key (https://wakatime.com/settings/account)
### Project setup
@@ -26,8 +26,4 @@
- **GIST_ID:** The ID portion from your gist url `https://gist.github.com/matchai/`**`6d5f84419863089a167387da62dd7081`**.
- **GITHUB_TOKEN:** The GitHub token generated above.
-- **TWITTER_USER:** The user handle of the twitter account.
-- **TWITTER_CONSUMER_KEY:** Your Twitter consumer API key.
-- **TWITTER_CONSUMER_SECRET:** Your Twitter consumer secret.
-- **TWITTER_ACCESS_TOKEN_KEY:** Your Twitter access token key.
-- **TWITTER_ACCESS_TOKEN_SECRET:** Your Twitter access token secret.
+- **WAKATIME_API_KEY:** The API key for your WakaTime account.
diff --git a/package.json b/package.json
index 4707f65..f4c374d 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
- "name": "bird-box",
+ "name": "waka-box",
"version": "0.0.1",
- "description": "🐦💬 Update a gist to contain your latest tweets",
+ "description": "📊 Update a gist to contain your weekly WakaTime stats",
"author": "Matan Kushner ",
"license": "ISC",
"dependencies": {