具有 API 的开源论坛
有人对基于 PHP、Python 或 J2EE 的 Web 论坛有什么建议吗?该论坛具有用于以编程方式创建用户和论坛主题的良好 API?
Does anyone have suggestions for a PHP, Python, or J2EE-based web forum that has a good API for programmatically creating users and forum topics?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
phpBB 是第一个想到的开源软件,因为它是免费的。
实际上,几乎所有论坛平台都有某种“api”,您可以通过编程方式执行所需的任何操作,只是可能不像“add_user(bob)”那么简单。 只需几行代码和一两个 SQL 查询,您通常就可以实现所需的一切。
出于个人喜好,我会推荐 vBulletin,但它确实收费。 这样做的好处是它有一个非常强大的改装社区,可能已经完成了您需要的一切 http://vbulletin.org< /a>.
phpBB would be the first that comes to mind as open-source, simply because it's free.
In reality almost all forum platforms have some sort of 'api' in that you can do whatever you need programatically, it just may not be as simple as 'add_user(bob)'. A few lines of code and a SQL query or two and you can usually achieve everything you need.
Out of personal preference I would recommend vBulletin, however it does have a fee. The benefit of this is that it has a very strong modding community that have probably already accomplished everything you need at http://vbulletin.org.