Go to file
2021-03-28 22:50:13 +02:00
src Copy from youtube-listener project + some refactor to fit with peertube. (Some testing issues) 2021-03-28 13:24:29 +02:00
tests test are fixed 2021-03-28 22:38:44 +02:00
.eslintrc.json Copy from youtube-listener project + some refactor to fit with peertube. (Some testing issues) 2021-03-28 13:24:29 +02:00
.gitignore Copy from youtube-listener project + some refactor to fit with peertube. (Some testing issues) 2021-03-28 13:24:29 +02:00
.prettierrc.json Copy from youtube-listener project + some refactor to fit with peertube. (Some testing issues) 2021-03-28 13:24:29 +02:00
index.ts Copy from youtube-listener project + some refactor to fit with peertube. (Some testing issues) 2021-03-28 13:24:29 +02:00
LICENSE Initial commit 2021-03-23 18:22:15 +01:00
package-lock.json Copy from youtube-listener project + some refactor to fit with peertube. (Some testing issues) 2021-03-28 13:24:29 +02:00
package.json Copy from youtube-listener project + some refactor to fit with peertube. (Some testing issues) 2021-03-28 13:24:29 +02:00
README.md edit readme 2021-03-28 22:50:13 +02:00
tsconfig.base.json Copy from youtube-listener project + some refactor to fit with peertube. (Some testing issues) 2021-03-28 13:24:29 +02:00

peertube-listener-rss

An easy way to configure and manage a listener with the peertube rss service.

Doc

adrInstance : string

This is the url pointing to the desired instance. For exemple if your rss feed as a link like : https://skeptikon.fr/feeds/videos.xml?videoChannelId=3704 the adrInstance should be skeptikon.fr .

idChaine : string

This is the channel ID of the target peertube channel.

timeloop : number [optional]

This is the time in seconds who's wait beetween each updates. (default 300).

This is an easy way to set the historical and manage the newEntries event.

More infos

This is an specification of the listener-rss package. So we'are provide a custom constructor to create a listener with just the channel ID and the adress instance. To have some others infos and features let's check this repository : https://zeteo.me/gitea/Outils-PeerTube/listener-rss .