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-AI19 天前
LemomateAI落地教育和培训中的应用
微信公众平台·facebook·twitter·新浪微博·微信开放平台
哈德森hh19 天前
Twitter能不能通过产品关键词筛选客户?赛博云推获客思路解析
自动化·twitter
、如果1 个月前
推文评论数据怎么拿?X(Twitter)评论分析 Skill 的工程拆解与实测
爬虫·ai编程·twitter
苏灿烤鱼1 个月前
一个用 Nim 写的隐私优先 Twitter 替代前端,源码级技术剖析
后端·github·twitter
honestman_1 个月前
Twitter/X 舆情监控与竞品分析实战指南
爬虫·twitter
哈德森hh1 个月前
Twitter获客怎么做?从找到目标客户,到建立有效线索的完整方法
twitter
Lemomate-AI1 个月前
LemoScience:科研智能新范式
百度·微信公众平台·facebook·twitter·新浪微博
Lemomate-AI1 个月前
LemoChat:觉醒之眼,无界之语——重新定义实时多模态AI的自由边界
百度·微信公众平台·facebook·twitter·新浪微博
Lemomate-AI2 个月前
LemoChat vs 顶级模型全景对比
百度·微信公众平台·facebook·twitter·新浪微博
Lemomate-AI2 个月前
LemoChat如何超越顶级闭源方案
百度·微信公众平台·facebook·twitter·新浪微博