docs: add twitter config tips
This commit is contained in:
parent
5c8e5421e2
commit
5c8b17308f
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue