This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Eggdrop RSS Syndication (rss-synd) v0.5b1

Support & discussion of released scripts, and announcements of new releases.
Post Reply
User avatar
MenzAgitat
Op
Posts: 118
Joined: Tue Jul 04, 2006 12:35 pm
Location: France
Contact:

Post by MenzAgitat »

Any news about my problem ? I really miss that rss feed :(
t
testebr
Halfop
Posts: 86
Joined: Thu Dec 01, 2005 12:22 pm

Post by testebr »

how to use autenticated rss feed?
A
ALoGeNo
Voice
Posts: 3
Joined: Wed Aug 15, 2007 5:30 pm

Post by ALoGeNo »

Hi, congratulations by your nice script, im using your script in a #rss channel and runs very well but i want to know how i can change the color of the head now is in bold mode in black, i can change the color and how?


04:25 : ~PSP ¦ ["Engadget"] XtremeNotebooks launches quad-core Xtreme 917V laptop - http://feeds.engadget.com/~r/weblogsinc ... 144613905/

im did that the quoted word (sorry for my english im from spain)

bye :roll:
K
Kuja
Voice
Posts: 2
Joined: Fri Aug 18, 2006 5:17 pm

Post by Kuja »

anyone actually able to make this rss feed work? i tried this settings with no luck..

Code: Select all

	set rss(kvirc)	{
				 "url"		"http://www.kvirc.net/rss.php"
				 "database"	"./scripts/feeds/kvirc.db"
				 "output"	"\002[KVIrc]\002 @@item!title@@ \002[URL]\002 @@item!link@@ \002[RSS]\002"
				 "trigger"	"!@@feedid@@"
				 "channels"	"#kvirc"
				 "remove-empty"	1
				 "timeout"	60000
				}
also tried to set the charset to utf-8...
it just shows this nothing more: [KVIrc] New site online! [URL] [RSS]
x
xbox-kult
Voice
Posts: 11
Joined: Thu Aug 16, 2007 4:27 pm

Post by xbox-kult »

German Txt !

Hallo,

habe dort ein problem das script ruft zwar news habe aber nicht richtig.

Script ist mit einen Germany Bundesliga Live Ticker rss dienst verbunden.

Leider wenn 2 Bundesliga spielt aktuallsiert er die 1 Bundesliga :-(

Wenn die 1 Bundesliga spielt aktuallsiert er die 2 Bundesliga immer im Channel :-(

Er soll sobald sich bei den rss url was ändernt einfach das neue posten !

Hoffe könnt mir helfen hier meine code einstellung...

English Txt !



Hello,

there a problem does not have script calls news has however correctly.

Script is with Germany federal league a live Ticker rss serves connected.

Unfortunately if federal league plays 2 aktuallsiert it the 1 federal league: - (

If the 1 federal league plays always aktuallsiert it the 2 federal league in the Channel: - (

It is as soon as itself with rss the URL which change-harvested simply new posts!

Hope can me help here my code attitude

The News funkinali correctly !

Code !

Code: Select all

#
# Start of Settings
#

namespace eval ::rss-synd {
	variable rss
	variable default

	# This is an example of a basic feed, If you dont understand why all
	#   the \'s are in the examples below use this one as a template.
	set rss(BL1Live) {
		"url"			"http://www.victipp.de/rss/liveerg_1bl_rss20.xml"
		"channels"		"#keywelt-sportsbar"
		"database"		"./scripts/1bl.db"	
		"output"		"\0030,4[1.Bl. Live]\003 @@item!title@@"
		"trigger"		"! 1BL"
		"evaluate-tcl"		1
		"update-interval"	2
	}

	set rss(BL2Live) {
		"url"			"http://www.victipp.de/rss/liveerg_2bl_rss20.xml"
		"channels"		"#keywelt-sportsbar"
		"database"		"./scripts/2bl.db"
		"output"		"\0030,12[2.Bl. Live]\003 @@item!title@@"
		"trigger"		"! 2BL"
		"evaluate-tcl"		1
		"update-interval"	4
	}

	set rss(News) {
		"url"			"http://www.victipp.de/rss/news_fussball_rss20.xml"
		"channels"		"#keywelt-sportsbar"
		"database"		"./scripts/news.db"
		"output"		"\0030,3[News]\003 @@item!title@@"
		"trigger"		"! News"
		"evaluate-tcl"		1
		"update-interval"	15
	}
	
	# The default settings, If any setting isnt set for an individual feed
	#   it'll use the default listed here
	#
	# WARNING: You can change the options here, but DO NOT REMOVE THEM, doing
	#   so will cause errors.
	set default {
		"announce-output"	3
		"trigger-output"	3
		"remove-empty"		1
		"trigger-type"		0:0
		"announce-type"		1
		"max-depth"			5
		"evaluate-tcl"		0
		"update-interval"	10
		"output-order"		0
		"timeout"			60000
		"channels"			"#keywelt-sportsbar"
		"trigger"			"!rss @@feedid@@"
		"output"			"\[\002@@channel!title@@@@title@@\002\] @@item!title@@@@entry!title@@ - @@item!link@@@@entry!link!=href@@"
		"user-agent"		"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1"
	}
}
x
xbox-kult
Voice
Posts: 11
Joined: Thu Aug 16, 2007 4:27 pm

Post by xbox-kult »

Hello,

can help me please ! i will test with script a Bundesligatime 15:30. ;-)

MGH
x
xbox-kult
Voice
Posts: 11
Joined: Thu Aug 16, 2007 4:27 pm

Post by xbox-kult »

Hello,

tcl also the update does not make only postet it functioned the update automatically into channel only by the instruction which I assigned!

Solve it for the moment with timermessage 120 seconds which also functioned if mine nod in channel is!

But it can occur also times if I is not there as is I to make.

Please help me thereby I it correctly get tomorrow German time 14 o'clock can I again test!

MFG
s
scotteh
Halfop
Posts: 50
Joined: Sun Jan 29, 2006 12:43 am

Post by scotteh »

I've updated the script finally and addressed most of the problems people have reported here. No major changes have been added, if you have any ideas post them bellow and ill consider adding them.

If people want to test it out you can download the beta version from: http://code.google.com/p/rss-synd/downloads/
Last edited by scotteh on Tue Oct 13, 2009 8:48 am, edited 1 time in total.
c
cytralskunk
Voice
Posts: 3
Joined: Wed Nov 29, 2006 4:23 pm

awesome

Post by cytralskunk »

You rock Scott! Thanks for continuing to develop this great application. I'm going to install this new script tonight.
f
fanatic
Voice
Posts: 7
Joined: Mon Aug 21, 2006 5:25 pm

problem

Post by fanatic »

Hi,

I had a problem.

I could not use several rss, he updated only 2 of 7.

I have some rss that need update in 1 or 2 minutes, so i think if i configure "update-time" to 2 minutes. I think that is the cause of "bug" in tcl.

Someone had this problem?

Some idea of what might be?

Thank you for your attention
t
testebr
Halfop
Posts: 86
Joined: Thu Dec 01, 2005 12:22 pm

Post by testebr »

[19:54:29] <my_bot> [19:54] SCRIPT ERROR:rss-synd.tcl: missing close-brace: possible unbalanced brace in comment
[19:54:29] <my_bot> while executing
[19:54:29] <my_bot> "namespace eval ::rss-synd {
[19:54:29] <my_bot> variable rss
[19:54:29] <my_bot> variable default
[19:54:29] <my_bot> set rss(name) {
[19:54:29] <my_bot> "url""http://www.urlrulrulrlr.url/forum/exter ... ?type=RSS2"
[19:54:29] <my_bot> "..."
[19:54:29] <my_bot> (file "scripts/rss-synd.tcl" line 48)
[19:54:29] <my_bot> invoked from within
[19:54:29] <my_bot> "source scripts/$script"
set rss(name) {
"url" "http://www.urlrulrulrlr.url/forum/exter ... ?type=RSS2"
"channels" "#channel"
"database" "./scripts/feeds/name.db"
"output" "\00300,14\[\00308\002!\002\00300\] \00300\002\00308NAME\00300\002 \[\00308\002!\002\00300\] @@item!title@@ \[\00308\002!\002\00300\] @@item!link@@ \[\00308\002!\002\00300\]\003"
"trigger" "!@@feedid@@"
}
What's can be wrong here?

Thank you!
s
scotteh
Halfop
Posts: 50
Joined: Sun Jan 29, 2006 12:43 am

Post by scotteh »

@fanatic

I'll look into it.

@testebr

Somewhere in your config you're missing a }
A
Astur
Voice
Posts: 16
Joined: Fri Nov 23, 2007 10:27 am

Post by Astur »

German umlauts are not working - Any idea how to fix this? :)
s
scotteh
Halfop
Posts: 50
Joined: Sun Jan 29, 2006 12:43 am

Post by scotteh »

I mentioned something about this in the HISTORY files, try removing the "charset" settings for the feed.
A
Astur
Voice
Posts: 16
Joined: Fri Nov 23, 2007 10:27 am

Post by Astur »

Thanks, it worked :).
Post Reply