Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道使用 Python(或任何语言)收集 Twitter 短信的方法?我正在做一个项目,它需要一个由短信组成的语料库。我想,既然人们通过短信使用 Twitter,那就像从手机中收集短信一样好。
有任何想法吗?
顺便说一句,我使用 Tweepy 库来收集 Twitter 消息的公共流。但是,据我所知,这些无法区分文本消息或仅从计算机写入的消息。
在响应中,查找“源”元素。
它通常会说类似
"source" : "<a href="http://example.com" rel="nofollow">Some Twitter App</a>",
如果一条推文已通过 SMS / 短信发送,它会说
"source" : "<a href="http://twitter.com/devices" rel="nofollow">txt</a>",
遗憾的是,Twitter 搜索引擎不允许您按来源搜索,因此您可能必须捕获大量推文才能获得足够的短信。