File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 700700 "botToken" : " {TELEGRAM_BOT_TOKEN}" ,
701701 "channelId" : " @desciunderground"
702702 }
703+ },
704+ {
705+ "transform" : [
706+ {
707+ "plugin" : " @curatedotfun/object-transform" ,
708+ "config" : {
709+ "mappings" : {
710+ "title" : " {{title}}" ,
711+ "content" : " <h2>{{title}}</h2><p>{{summary}}</p>" ,
712+ "description" : " {{summary}}" ,
713+ "link" : " {{source}}" ,
714+ "publishedAt" : " {{createdAt}}" ,
715+ "author" : {
716+ "name" : " {{username}}" ,
717+ "link" : " https://x.com/{{author}}"
718+ },
719+ "categories" : [" desci" , " {{tags}}" ],
720+ "source" : {
721+ "url" : " {{source}}" ,
722+ "title" : " twitter"
723+ }
724+ }
725+ }
726+ }
727+ ],
728+ "plugin" : " @curatedotfun/rss" ,
729+ "config" : {
730+ "serviceUrl" : " https://desci-rss.up.railway.app" ,
731+ "apiSecret" : " {DESCI_RSS_API_SECRET}" ,
732+ "feedConfig" : {
733+ "title" : " DeSci World" ,
734+ "description" : " Decentralized Science updates"
735+ }
736+ }
703737 }
704738 ]
705739 }
You can’t perform that action at this time.
0 commit comments