scrape-twitter:without在没有API密钥的情况下访问Twitter数据。 [已弃用]

时间:2024-02-19 20:26:16
【文件属性】:

文件名称:scrape-twitter:without在没有API密钥的情况下访问Twitter数据。 [已弃用]

文件大小:161KB

文件格式:ZIP

更新时间:2024-02-19 20:26:16

cli scraper twitter tweets timeline

scrape-twitter :bird: 无需API密钥即可访问Twitter数据 已弃用:Twitter的下一版本会自动生成所有类名,因此将很难进行屏幕抓取。 我可能想出一个更好的解决方案... 该模块提供了可抓取的命令行界面:配置文件,时间轴,连接,喜欢,搜索和对话。 它还公开了流和承诺返回功能,以帮助在您自己的应用程序中访问Twitter。 可以使用配套模块创建实时firehoses。 产品特点 无需配置API密钥即可获取Twitter数据。 Twitter不能像对API或单个API密钥那样轻松地限制访问。 引入的任何限制都将适用于其公共站点。 刮板可以固定; 您不再迷恋Twitter。 抢时间线,整个对话,个人资料,人脉关系,喜欢等等。 自动翻页以获取所有推文。 提供有关如何将推特回复链接在一起的元数据。 例如isReplyToId 例 取得个人资料 $ scrape-twitter profile sebinsua # ... 获取时间表 $ scrape-twitter timeline nouswaves # ... 得到喜欢 此命令需要有效的登录名


【文件预览】:
scrape-twitter-master
----.gitignore(20B)
----.babelrc(219B)
----package.json(2KB)
----package-lock.json(368KB)
----src()
--------bin()
--------index.js(729B)
--------lib()
----bin()
--------scrape-twitter-likes.js(78B)
--------scrape-twitter-conversation.js(85B)
--------scrape-twitter.js(836B)
--------scrape-twitter-profile.js(80B)
--------scrape-twitter-timeline.js(81B)
--------scrape-twitter-search.js(79B)
--------scrape-twitter-list.js(77B)
--------scrape-twitter-connections.js(84B)
----.travis.yml(40B)
----LICENSE(34KB)
----CHANGELOG.md(13KB)
----.eslintrc.js(98B)
----README.md(4KB)
----.npmignore(57B)
----test()
--------index.spec.js(7KB)
----.editorconfig(304B)
----.prettierrc(43B)
----yarn.lock(174KB)

网友评论