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.

RSS news by demond

Support & discussion of released scripts, and announcements of new releases.
Post Reply
L
LREC
Voice
Posts: 7
Joined: Thu Feb 23, 2006 11:57 am

Post by LREC »

hi

Demond can you tell my, if this TCL can read rss feed protect with login and password (i have them)???

Thansk a lot.

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

Post by demond »

no, it cannot... yet

I'll add that, should be easy; stay tuned
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
L
LREC
Voice
Posts: 7
Joined: Thu Feb 23, 2006 11:57 am

Post by LREC »

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

Post by demond »

version 1.6 is out

now with support for password-protected feeds (basic HTTP auth); you'll need package base64 for this (only if you use such feeds; so you'd need to install TclLib)
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
L
LREC
Voice
Posts: 7
Joined: Thu Feb 23, 2006 11:57 am

Post by LREC »

Thanks a lot demond, now i need learn how to instal tcllib lol

When i start my egg, i have this error demond

Code: Select all

Tcl error in file '***.conf':
[11:44] wrong # args: should be "set varName ?newValue?"
    while compiling
"set feeds #testelr {13 http://www.***.***/rss_torrents.php *** ***}"
    (in namespace eval "::rssnews" script line 12)
    invoked from within
"namespace eval rssnews {

# set your feed(s) sources here: channel, poll frequency in mins, feed URL
#
#set feeds(#chan1) {17 http://www.osnews.com/fi..."
    (file "scripts/rssnews.tcl" line 18)
    invoked from within
"source scripts/rssnews.tcl"
    (file "***.conf" line 1299)
[11:44] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

feeds must be an array, see my example again
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
J
Jan
Voice
Posts: 7
Joined: Tue Feb 28, 2006 2:57 pm

Post by Jan »

is there any RSS script that allows multiple feeds per channel ? one that only annouces them as they come. I don't want to type !rss everytime...
L
LREC
Voice
Posts: 7
Joined: Thu Feb 23, 2006 11:57 am

Post by LREC »

Demond

i need some help, it's very fine but i want change one thing.

how i remove the comand !rss 1 and how i can bold text announce?

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

Post by demond »

Jan wrote:is there any RSS script that allows multiple feeds per channel ? one that only annouces them as they come. I don't want to type !rss everytime...
my script does exactly that - announces news as they come

and using it, you should be able to simulate several feeds on one channel by specifying channel name in different mixed case, e.g. #Channel, #channel, #channeL. etc.
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

LREC wrote: Demond

i need some help, it's very fine but i want change one thing.

how i remove the comand !rss 1 and how i can bold text announce?

thanks a lot
embed bold codes in announcements; see color FAQ section for hints on how to do that

remove !rss 1? that makes absolutely no sense whatsoever
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
L
LREC
Voice
Posts: 7
Joined: Thu Feb 23, 2006 11:57 am

Post by LREC »

hum i see, and to make only allowed to voices and ops?:?

i know but i dont know here pute de \002 (with find i see and i have that, but the auto-announce i dont see here is. :oops:
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

LREC wrote:hum i see, and to make only allowed to voices and ops?:?
change bind flags in

Code: Select all

bind pub  - !rss [namespace current]::news
i know but i dont know here pute de \002 (with find i see and i have that, but the auto-announce i dont see here is. :oops:

Code: Select all

puthelp "privmsg $chan :($idx) $title"
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
L
LREC
Voice
Posts: 7
Joined: Thu Feb 23, 2006 11:57 am

Post by LREC »

demond

Thanks for everthing :)
User avatar
sKy
Op
Posts: 194
Joined: Thu Apr 14, 2005 5:58 pm
Location: Germany

Post by sKy »

Very small suggestion for proc news. Maybe set the chan to tolower and tell the users to set feeds(#channel) in lowercase too. That was why it doesn`t show news for me first.
socketapi | Code less, create more.
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

yeah that would be correct thing to do but on the other hand, people won't be able to use multiple feeds on the same chan as a side effect of case-sensitivity
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
Post Reply