Skip to content

Commit 297f798

Browse files
committed
vietnam rss
1 parent 4642420 commit 297f798

File tree

1 file changed

+42
-1
lines changed

1 file changed

+42
-1
lines changed

curate.config.json

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1915,6 +1915,40 @@
19151915
"botToken": "{TELEGRAM_BOT_TOKEN}",
19161916
"channelId": "@tintuccoinhangngay"
19171917
}
1918+
},
1919+
{
1920+
"transform": [
1921+
{
1922+
"plugin": "@curatedotfun/object-transform",
1923+
"config": {
1924+
"mappings": {
1925+
"title": "{{title}}",
1926+
"content": "<h2>{{title}}</h2><p>{{summary}}</p>",
1927+
"description": "{{summary}}",
1928+
"link": "{{source}}",
1929+
"publishedAt": "{{createdAt}}",
1930+
"author": {
1931+
"name": "{{username}}",
1932+
"link": "https://x.com/{{author}}"
1933+
},
1934+
"categories": ["vietnam", "{{tags}}"],
1935+
"source": {
1936+
"url": "{{source}}",
1937+
"title": "twitter"
1938+
}
1939+
}
1940+
}
1941+
}
1942+
],
1943+
"plugin": "@curatedotfun/rss",
1944+
"config": {
1945+
"serviceUrl": "https://vietnam-rss.up.railway.app",
1946+
"apiSecret": "{VIETNAM_RSS_API_SECRET}",
1947+
"feedConfig": {
1948+
"title": "Vietnam Crypto News",
1949+
"description": "Vietnam crypto ecosystem."
1950+
}
1951+
}
19181952
}
19191953
]
19201954
}
@@ -3578,7 +3612,14 @@
35783612
"description": "News about Bitcoin, Bitcoin devs, scaling, integrations, adoptions.",
35793613
"moderation": {
35803614
"approvers": {
3581-
"twitter": ["Blaze0x1", "chiefseif4327", "0xAmerican", "plugrel", "potlock_intern", "aescobarindo"]
3615+
"twitter": [
3616+
"Blaze0x1",
3617+
"chiefseif4327",
3618+
"0xAmerican",
3619+
"plugrel",
3620+
"potlock_intern",
3621+
"aescobarindo"
3622+
]
35823623
}
35833624
},
35843625
"outputs": {

0 commit comments

Comments
 (0)