Today is your lucky day! I just changed the feed to be the rss feed instead of the atom feed, they look exactly the same, except the rss one worksbalaji wrote:Hi wac,wac wrote:
I'd turn it on for that feed and see how that goes and/or delete the file that holds the info for the feed looks like you call it group-rss.db report back if that works or not (or errors as the case may be)
Here's my new config for the feed:
I deleted the group-rss.db file and restarted the bot. When I run the "!group-rss" command I get the same error:set rss(group-rss) {
"url" "http://groups.google.com/group/techno-b ... 0_msgs.xml"
"channels" "#technobabble"
"database" "/home/mybot/eggdrop/scripts/feeds/group-rss.db"
"output" "\\\[\002technobabble-mailing-list\002\\\] @@item!title@@ - @@item!guid@@"
"trigger" "!@@feedid@@"
"evaluate-tcl" 1
}
RSS Error: Invalid feed database file format (/home/mybot/eggdrop/scripts/feeds/group-rss.db)!


Code: Select all
set rss(group-rss) {
"url" "http://groups.google.com/group/techno-babble/feed/rss_v2_0_msgs.xml"
"channels" "#technobabble"
"database" "/home/mybot/eggdrop/scripts/feeds/group-rss.db"
"output" "\[\002technobabble-mailing-list\002\] @@item!title@@ - @@item!guid@@"
"trigger" "!@@feedid@@"
}