update setup.md for mastodon version
This commit is contained in:
parent
62558addcd
commit
49507b0f1c
16
setup.md
16
setup.md
|
@ -1,12 +1,10 @@
|
||||||
# Misskey api key 발급받기
|
# Get mastodon access token
|
||||||
|
1. Preferences > Development > New Application
|
||||||
1. 설정 - api 접속
|
2. Set name of your app and enable `write`
|
||||||
2. 엑세스 토큰 생성 - **"노트를 작성하거나 삭제합니다"** 켬
|
3. Submit
|
||||||
|
|
||||||
# docker compose crontab 설정하기
|
|
||||||
|
|
||||||
|
# Set crontab with docker compose
|
||||||
|
If you want your bot to post every hour:
|
||||||
```
|
```
|
||||||
docker compose -f 프로젝트경로/docker-compose.yml up
|
0 * * * * docker compose -f <your bot's path>/docker-compose.yml up
|
||||||
```
|
```
|
||||||
|
|
||||||
을 crontab에 등록하시면 됩니다(아마도)
|
|
||||||
|
|
Loading…
Reference in a new issue