如何获取网站的标签列表?
我想建立一个可以标记数据的网站。但是,我不知道如何在数据库中获取庞大的标签列表。在 stackoverflow.com 中,如果您开始输入,您将获得从列表中进行选择的选项。有没有可用的开源软件来构建这样的数据库?
请告诉我。
谢谢, 马赫什
I would like to start a website where data can be tagged. But, I don't how to get that huge list of tags in my database. In stackoverflow.com, if you start typing, you will get options to choose from the list. Is there any open source available to build database like that??
Please let me know.
Thanks,
Mahesh
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试的一种选择是屏幕抓取。这涉及到编写代码来实际从 html 页面中提取所需的信息。显然,您需要遵守该网站的服务条款。
One option you could try is screen scraping. That involves writing code to actually extract the information you need from an html page. Obviously, you'd want to adhere to that site's terms of service.