Skip to content

Commit

Permalink
ドキュメント類更新
Browse files Browse the repository at this point in the history
  • Loading branch information
asha-ndf committed May 3, 2023
1 parent 8f6be51 commit 3892e01
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 32 deletions.
4 changes: 2 additions & 2 deletions .env_example
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CONSUMER_KEY=
CONSUMER_SECRET=
API_KEY=
API_KEY_SECRET=
ACCESS_TOKEN=
ACCESS_TOKEN_SECRET=
WEB_HOOK_URL=
Expand Down
27 changes: 0 additions & 27 deletions .github/workflows/test.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: get-latest-data

on:
workflow_dispatch:
#schedule:
schedule:
# 毎日21:00分に実行
# - cron: '00 12 * * *'
- cron: '00 12 * * *'

jobs:
build:
Expand Down
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
# ameblo-notify-v2
* maintainer: [Asha](https://github.com/asha-ndf)
* 試験運用中
* 追記予定
* 追記予定
## 概要
* [SSSRCのアメブロ](https://ameblo.jp/sssrc/)に新規投稿があれば、TwitterとSlackに自動投稿するBotです。
* TwitterのAPI変更に伴い新しくしました。

## セットアップ
### ローカル
* `pip install -r requiremnts.txt`で必要なパッケージをインストールしてください。
* [.env_example](.env_example)を参考に`.env`を作成してください。
* `ACCESS_TOKEN``ACCESS_TOKEN_SECRET`が未発行の場合は、`init.py`を実行して発行してください。
### GitHub上
* `.env`の環境変数をGitHub Secretに設定してください。


## 注意
* `.env``.token`はgitignoreしていますが、誤って鍵を載せることの無いように注意してください。

0 comments on commit 3892e01

Please sign in to comment.