日付が変更した瞬間にその日の Github でのコントリビューション数を Twitter でお知らせします
- Twitter アカウント
- Github アカウント
- 24時間365日稼働しているパソコン
- Java 8
$ vi hoge.properties
userName=...
apiKey=...- 24時間365日稼働しているパソコンで実行しましょう
引数にプロパティーファイルのパスを与えてください
nohup java -jar huga.jar ./hoge.properties以下のように設定してください
| key | value |
|---|---|
| userName | Github に登録している名前 https://github.com/○○○ の○○○の部分 |
| apiKey | Consumer API keys の API key |
| apiSecret | Consumer API Keys の API secret key |
| token | Access token & access token secret の Access token |
| tokenSecret | Access token & access token secret の Access token secret |