Skip to content

Commit

Permalink
docs: add twitter config tips
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Jan 29, 2024
1 parent 5c8e542 commit 5c8b173
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions website/docs/install/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -488,11 +488,11 @@ For user data related routes

### Twitter

It is recommended to use a non-important account.
It is recommended to use a non-important account, new accounts or logins from different regions may be restricted.

- `TWITTER_USERNAME`: Twitter username
- `TWITTER_PASSWORD`: Twitter password
- `TWITTER_AUTHENTICATION_SECRET`: Twitter Two-factor authentication -> Authentication app -> Secret part in `otpauth://totp/Twitter:@_RSSHub?secret=xxxxxxxxxxxxxxxx&issuer=Twitter`
- `TWITTER_AUTHENTICATION_SECRET`: Optional, Twitter Two-factor authentication -> Authentication app -> Secret part in `otpauth://totp/Twitter:@_RSSHub?secret=xxxxxxxxxxxxxxxx&issuer=Twitter`

### Wordpress

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -467,11 +467,11 @@ RSSHub 支持使用访问密钥 / 码,允许清单和拒绝清单三种方式

### Twitter

建议使用非重要账号
建议使用非重要账号,新账号或者不同地区登录可能会被限制登录

- `TWITTER_USERNAME`: Twitter 用户名
- `TWITTER_PASSWORD`: Twitter 密码
- `TWITTER_AUTHENTICATION_SECRET`: Twitter 两步验证 -> 认证应用 -> `otpauth://totp/Twitter:@_RSSHub?secret=xxxxxxxxxxxxxxxx&issuer=Twitter` 中的 secret 部分
- `TWITTER_AUTHENTICATION_SECRET`: 可选,Twitter 两步验证 -> 认证应用 -> `otpauth://totp/Twitter:@_RSSHub?secret=xxxxxxxxxxxxxxxx&issuer=Twitter` 中的 secret 部分

### Wordpress

Expand Down

0 comments on commit 5c8b173

Please sign in to comment.