定时获取rss信息到数据库,该选择什么脚本?Shell、PHP、Python?


最近在做一个读取rss阅读器,想问一下,如果想定时获取其它网站的rss信息,最好是写PHP脚本还是Shell脚本还是Python脚本呢?为什么呢?

脚本 php rss

RachelC 10 years, 2 months ago

https://github.com/SSilence/selfoss
有个用php编写的开源rss阅读器,支持多屏,题主可以研究下

梅之森千世 answered 10 years, 2 months ago

选择你最熟悉的。

小是小金钢鸟 answered 10 years, 2 months ago

python比较好吧。相对php要稳定,相对shell要简单。

知道的太多了 answered 10 years, 2 months ago

Your Answer