rss-bot
rss-bot copied to clipboard
A lemmy/sublinks bot that watches rss feeds and posts new posts from them in communities
closes #26
Same config as #8 Using `sh.itjust.works` instance (running 0.18.5). ## stdout ``` STARTED: Started Bot INSTANCES: 1 instances loaded. FEEDS: 1 feeds loaded. Starting bot Initializing DB Logging in DB:...
I spelunking in my post database to debug an issue, and I found that the `post_id` is always `null`. ``` sqlite> select count(*) from posts; 119 sqlite> select count(*) from...
Support for the Kbin and Mbin projects came up in https://kbin.social/m/[email protected]/t/811018/Why-Everyone-Should-Still-Use-an-RSS-Reader-in-2024?p=2#entry-comment-4978503. A few people indicated that they were interested and/or working on getting this bot to authenticate to Kbin or...
Currently I hardcoded that summary is the only other option, change that to accept any input
I have [a feed](https://www.sounderatheart.com/latest/rss/) that I am interested in running a bot for, and I would like to post two categories to two different communities -- "Ride of the Valkyries"...
I have [a post](https://lemmy.world/post/11263085) from [a link](https://prosoccerwire.usatoday.com/2024/01/27/ea-fc-24-leaks-mls-nwsl-kits-2024/) that appears in two of my feeds ([this one](https://prosoccerwire.usatoday.com/category/mls/feed) and [this one](https://prosoccerwire.usatoday.com/category/nwsl/feed)). It was only posted in a single community -- the first...
I'm unable to setup the bot. When I run `node main.js` I get the following error: ``` ~/Lemmy-Mega-Bot/main.js:1 import LemmyBot from 'lemmy-bot'; ^^^^^^^^ SyntaxError: Unexpected identifier at Module._compile (internal/modules/cjs/loader.js:723:23) at...