Google 群组成员的字数统计?
我有一个谷歌群组,我想知道每个成员发布了多少字。有实用程序可以做到这一点吗?
如果没有,我该如何开始编写 Python 脚本来执行此操作?我应该从小组的提要中获取 XML 并进行查看吗? (我对 Python 对 XML 的处理一无所知。)
在 Google 群组网站上,我看到了最近帖子的 XML 提要,但不是所有帖子的 XML 提要。
I have a google group, and I'd like to figure out how many words each member has posted. Is there a utility to do this?
If not, how can I get started writing a Python script to do this? Should I just grab XML from the group's feed and look through that? (I don't know anything about Python's handling of XML.)
On the Google groups site, I see XML feeds for recent posts, but not for all posts.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
大约从 3 年前开始,人们似乎就想要一个 Groups API 。看来您可能不得不求助于页面抓取。
It looks like people have wanted a Groups API since about 3 years ago. It looks like you may have to resort to page-scraping.