Kimono Desktop rss and autorun

微笑、不失礼 提交于 2019-11-28 06:39:16

问题


I dont See that anyone already asked for this so

1.: Is there any way to Autorun like in online Kimono the tasks

2.: Did anyone get link to rss running?

It seams to runs on

http://localhost:3000

but when i Access it on ie, ff ore chrome i just get a blank page...

But on looking into source of this page it show everything

So it seams to get hidden, in any way :/


回答1:


Looks you actually can you access it at http://localhost:3000, but you need the complete API url as you would use from Kimono's web app.

Typically this will be:

http://localhost:3000/api/rss/<APINAME>?apikey=VoN0G0ULsa7rM7qqxVp2a66maHuv3Jkk

Where <APINAME> should be replaced with the value from the desktop app.

Also note that the value of "apikey" above is the same one you should use since it's coded into the desktop app for the desktop user.

Finally, if you use the "modify results" script, you need to add the following parameter to the end of your request:

&kimmodify=1

EDIT: The above URL just returns your last manual crawl results. The simplest way to actually trigger a new crawl/update in an automated fashion is to make a request to:

http://localhost:3000/ws/startcrawl?apiid=<APINAME>

Then give that crawl some time to complete and fetch the results from the first URL above.



来源:https://stackoverflow.com/questions/35707263/kimono-desktop-rss-and-autorun

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!