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
f
flashy
Voice
Posts: 24
Joined: Mon May 01, 2006 3:38 am

Post by flashy »

try maybe using egghttp instead

Code: Select all

http://www.dc3946.org/archive/TCL/egghttp.tcl
p
pennst26
Voice
Posts: 8
Joined: Fri May 12, 2006 2:06 pm

Post by pennst26 »

flashy wrote:try maybe using egghttp instead

Code: Select all

http://www.dc3946.org/archive/TCL/egghttp.tcl
I tried, and received an error same as first error "can't find package http
while executing " etc

I have been using another http.tcl from version 2.5 and it seems to get a lttle further, because it gets and creates th .db files..... but the bot is completely dead in the channel. I have tried every command in the samples, and it says nothing in channel, or in PM.
p
pennst26
Voice
Posts: 8
Joined: Fri May 12, 2006 2:06 pm

Post by pennst26 »

OMG... terribly sorry

The samples all used different #channels than I was in
j
jarno
Voice
Posts: 1
Joined: Wed May 17, 2006 11:33 am

Post by jarno »

hey, is possible to get this script to spam 5 newest news items to the channel like every 30minute or so? thanks in advance :wink:
K
Koepi
Voice
Posts: 26
Joined: Sun Aug 31, 2003 1:21 am

Post by Koepi »

Hi, is it possible to add a wildcard, so the bot work in all channels he is in?

greets
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

the guy who wrote the script apparently has left these forums, so requesting modifications or/and new features is pointless - the script is not supported anymore (at least not here)
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
User avatar
DragnLord
Owner
Posts: 711
Joined: Sat Jan 24, 2004 4:58 pm
Location: C'ville, Virginia, USA

Post by DragnLord »

look for demond's rss script, I hear it actually works
L
Lighty
Voice
Posts: 6
Joined: Tue May 23, 2006 8:24 am

Post by Lighty »

Here is the default output:

"output" "\[\002@@channel!title@@@@title@@\002\] @@item!title@@@@entry!title@@ - @@item!link@@@@entry!link!=href@@"

When I do not set the output in the tcl I get this error:

RSS Eval Error: invalid command name "CNN.com"

Anyone have any ideas as to why?
s
scotteh
Halfop
Posts: 50
Joined: Sun Jan 29, 2006 12:43 am

Post by scotteh »

Im still around, ive read through the thread and im addressing all the problems that have been reported regarding v0.3b1 (there are a few about v0.2 that were already addressed in 0.3b1). Ive just finished updating the parser to fix the problems uha666 & RGhost were having. I also added support for multi lined output using \n.

Koepi: Ill look into adding wildcard support for the channel option.

multikon: I have no plans to add any type of SQL support, it wouldnt really fit in well with the current design.

rubstar: Ill add an option to change the order in which there announced.

Lighty: Try turning the 'evaluate-tcl' option to 0.

Godzilla: I never planned to add spam protection, but ill consider adding it.
c
cusco
Voice
Posts: 4
Joined: Thu Jun 01, 2006 7:38 pm

decode features

Post by cusco »

Hello!

You saoid that you added character decoding features..
I don't know how it works but would it be possible to read a utf-8 rss feed and pass it on to the channel as western iso-8859-1 ??

my client doesn't have a problem reading it, but some of my users do.


I also would like to see the newest news first the oldest as already said in this post..

thanks
L
Lighty
Voice
Posts: 6
Joined: Tue May 23, 2006 8:24 am

Post by Lighty »

scotteh wrote:Im still around, ive read through the thread and im addressing all the problems that have been reported regarding v0.3b1 (there are a few about v0.2 that were already addressed in 0.3b1). Ive just finished updating the parser to fix the problems uha666 & RGhost were having. I also added support for multi lined output using \n.

Koepi: Ill look into adding wildcard support for the channel option.

multikon: I have no plans to add any type of SQL support, it wouldnt really fit in well with the current design.

rubstar: Ill add an option to change the order in which there announced.

Lighty: Try turning the 'evaluate-tcl' option to 0.

Godzilla: I never planned to add spam protection, but ill consider adding it.
Thanx works great!
c
cusco
Voice
Posts: 4
Joined: Thu Jun 01, 2006 7:38 pm

Post by cusco »

and... any sugestions about the following?

rss feed url: http://news.google.pt/?output=rss

the link always shows like: http://news.google.pt/news/url?sa=T&ct= ... wgHR_Zm5Dw

I would like to have on the channel only "http://sic.sapo.pt/online/noticias/vida ... racoes.htm"

is it possible to filter out the rest? I very much doubt it... but I would like to ask anyway!

thanks
User avatar
MenzAgitat
Op
Posts: 118
Joined: Tue Jul 04, 2006 12:35 pm
Location: France
Contact:

Post by MenzAgitat »

Could someone explain me the meaning of these two settings please ?

Code: Select all

 "trigger-type"		0:1
 "announce-type"		0
The readme file supplied with the script is outdated and doesn't contain any information about that.

Excellent work, I'm eager to see the next release of RSS Syndication.
s
scotteh
Halfop
Posts: 50
Joined: Sun Jan 29, 2006 12:43 am

Post by scotteh »

@MenzAgitat

Thoughs 2 settings are for how the text is sent.

trigger-type is for the channel and private message triggers in that order seperated by a colon (:).

announce-type is for when the bot announces.

The values are:
0 = Message the channel
1 = Notice the channel
2 = Private message the user
3 = Notice the user
User avatar
MenzAgitat
Op
Posts: 118
Joined: Tue Jul 04, 2006 12:35 pm
Location: France
Contact:

Post by MenzAgitat »

Ok I understand now. Thank you. :wink:
Post Reply