mirror of
https://github.com/KevinMidboe/waka-box.git
synced 2025-10-29 09:50:22 +00:00
Update setup instructions
This commit is contained in:
16
README.md
16
README.md
@@ -1,7 +1,7 @@
|
|||||||
<p align="center">
|
<p align="center">
|
||||||
<img width="400" src="https://user-images.githubusercontent.com/4658208/54449507-a5595280-4724-11e9-95ce-ce0817dc7503.png">
|
<img width="400" src="https://user-images.githubusercontent.com/4658208/54496333-6e21a780-48c4-11e9-8443-7e50a81a1bce.png">
|
||||||
<h3 align="center">bird-box</h3>
|
<h3 align="center">waka-box</h3>
|
||||||
<p align="center">Update a pinned gist to contain the latest tweets of a user</p>
|
<p align="center">Update a pinned gist to contain your weekly WakaTime stats</p>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
---
|
---
|
||||||
@@ -12,8 +12,8 @@
|
|||||||
|
|
||||||
1. Create a new public GitHub Gist (https://gist.github.com/)
|
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 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. Create a WakaTime account (https://wakatime.com/signup)
|
||||||
1. On the App page for your newly created app, generate an "Access token & access token secret" and copy all keys and tokens.
|
1. In your account settings, copy the existing WakaTime API Key (https://wakatime.com/settings/account)
|
||||||
|
|
||||||
### Project setup
|
### Project setup
|
||||||
|
|
||||||
@@ -26,8 +26,4 @@
|
|||||||
|
|
||||||
- **GIST_ID:** The ID portion from your gist url `https://gist.github.com/matchai/`**`6d5f84419863089a167387da62dd7081`**.
|
- **GIST_ID:** The ID portion from your gist url `https://gist.github.com/matchai/`**`6d5f84419863089a167387da62dd7081`**.
|
||||||
- **GITHUB_TOKEN:** The GitHub token generated above.
|
- **GITHUB_TOKEN:** The GitHub token generated above.
|
||||||
- **TWITTER_USER:** The user handle of the twitter account.
|
- **WAKATIME_API_KEY:** The API key for your WakaTime 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.
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "bird-box",
|
"name": "waka-box",
|
||||||
"version": "0.0.1",
|
"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 <hello@matchai.me>",
|
"author": "Matan Kushner <hello@matchai.me>",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user