Twitter自动发推技术方案

创建Twitter App并进行设置

创建Twitter App

https://developer.x.com/en/portal/

设置Read 和 Write权限

创建Twitter App之后默认只有Read权限,因此还要把 Write 权限也开通

设置回调地址

用户授权之后会跳转这个URL,并带上oauth_tokenoauth_verifier

  • 授权之后的回调示例:

获取Keys

  • 生成 Consumer keys , 将获得:

    • API Key

    • API Key Secret

  • 设置 Access Token and Secret,将会获得

    • Access Token

    • Access Token Secret

  • Bearer Token 暂时没有用到,暂不设置

进行测试

第1步: get oauth_token

  • 需要填入上文中生成的 Consumer Keys
  • 请求响应:

第2步:打开浏览器进行twitter授权

  • 复制 URL ,在浏览器中打开, 然后使用自己的twitter进行授权进行测试

  • 回调之后,浏览器中可以获取 oauth_tokenoauth_verifier

第3步:获取 access_token

  • 设置 第2步中返回的: oauth_tokenoauth_verifier

  • 请求, 响应中包含:oauth_tokenoauth_token_secret

第4步: 发一条推文

  • 编辑推文内容并发送请求

查看发送结果,发送成功

Twitter账号设置"自动发推"标签 (可选)

  • 官方文档: https://developer.x.com/en/docs/apps/overview

  • 设置流程:

    You can add an Automated Account label to your bot accounts to let users on X know that your bot is an automated account. These bots perform programmed actions through the X API. When you add an Automated Account label to your bot, you build trust with your audience, legitimize your account, and set yourself apart from spammy bots. This helps people on X better understand your account's purpose when interacting with your bot.

    To attach a label to your bot account, follow these steps:

    • 效果图:

    • Go to your account settings

    • Select "Your account"

    • Select "Automation"

    • Select "Managing account"

    • Next, select the X account, which runs your bot account

    • Enter your password to log in

    • Finally, you should see confirmation that the label has been applied to your account.

相关推荐
Lemomate-AI2 天前
LemoScience:科研智能新范式
百度·微信公众平台·facebook·twitter·新浪微博
Lemomate-AI2 天前
LemoChat:觉醒之眼,无界之语——重新定义实时多模态AI的自由边界
百度·微信公众平台·facebook·twitter·新浪微博
Lemomate-AI4 天前
LemoChat vs 顶级模型全景对比
百度·微信公众平台·facebook·twitter·新浪微博
Lemomate-AI4 天前
LemoChat如何超越顶级闭源方案
百度·微信公众平台·facebook·twitter·新浪微博
哈德森hh13 天前
Twitter矩阵号怎么搭建?如何通过矩阵运营提升引流效果?
矩阵·twitter
瓦学妹13 天前
X(Twitter)新号如何防封?2026 养号与防限流全攻略
大数据·网络·人工智能·新媒体运营·twitter
国际云,接待14 天前
AWS账单防爆雷实战:Budgets、Cost Anomaly Detection与预算动作联动
人工智能·aws·twitter·finops·云成本·budgets
哈德森hh18 天前
Twitter怎么快速涨粉?
twitter
哈德森hh1 个月前
Twitter引流推广方法有哪些?
twitter
xiaofeichaichai1 个月前
NestJS 实战:JWT 登录认证、Token 刷新与安全退出
redis·nestjs·jwt·twitter