Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zztkm/apex-kill-tracker
https://github.com/zztkm/apex-kill-tracker
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zztkm/apex-kill-tracker
- Owner: zztkm
- Created: 2021-06-06T12:44:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-07T16:23:11.000Z (over 3 years ago)
- Last Synced: 2024-12-20T23:29:44.828Z (16 days ago)
- Language: TypeScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Apex Kill tracker
指定のApexレジェンドのキル数を取得してPixelaにPOSTするアプリケーションです。
**注意**
プロパティ設定を使うので GAS Editor は古いやつを使います。## Require
- [clasp](https://github.com/google/clasp#install)
- tracker.gg のAPI Key
- https://tracker.gg/developers/docs/getting-started
- [pixela](https://pixe.la/ja) の グラフを作成
- 作成例
```json
{
"id": "octanekills",
"name": "octane total kills",
"unit": "kill",
"type":"float",
"color": "shibafu",
"timezone": "Asia/Tokyo"
}
```## GASのプロパティ設定
以下をプロジェクトのプロパティに設定してください。
- TRN_API_TOKEN
- tracker.gg https://tracker.gg/developers/docs/getting-started
- LEGEND
- 例: Octane
- GRAPH_ID
- pixela のグラフID
- PIXELA_USER_TOKEN
- pixela のユーザートークン## デプロイ
`clasp login`は済ませた前提
1. `git clone https://github.com/zztkm/apex-kill-tracker.git`
1. `clasp create --type standalone`
1. `clasp push`
1. 適当にGASのトリガー設定