View previous topic :: View next topic |
Author |
Message |
MenzAgitat Op

Joined: 04 Jul 2006 Posts: 118 Location: France
|
Posted: Mon Jul 16, 2007 8:38 pm Post subject: |
|
|
Any news about my problem ? I really miss that rss feed  |
|
Back to top |
|
 |
testebr Halfop
Joined: 01 Dec 2005 Posts: 86
|
Posted: Thu Jul 19, 2007 11:08 am Post subject: |
|
|
how to use autenticated rss feed? |
|
Back to top |
|
 |
ALoGeNo Voice
Joined: 15 Aug 2007 Posts: 3
|
Posted: Thu Aug 16, 2007 12:46 am Post subject: |
|
|
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/engadget/~3/144613905/
im did that the quoted word (sorry for my english im from spain)
bye  |
|
Back to top |
|
 |
Kuja Voice
Joined: 18 Aug 2006 Posts: 2
|
Posted: Mon Aug 20, 2007 12:37 am Post subject: |
|
|
anyone actually able to make this rss feed work? i tried this settings with no luck..
Code: | 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] |
|
Back to top |
|
 |
xbox-kult Voice
Joined: 16 Aug 2007 Posts: 11
|
Posted: Fri Aug 24, 2007 4:35 pm Post subject: |
|
|
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: | #
# 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"
}
} |
|
|
Back to top |
|
 |
xbox-kult Voice
Joined: 16 Aug 2007 Posts: 11
|
Posted: Sat Aug 25, 2007 5:03 am Post subject: |
|
|
Hello,
can help me please ! i will test with script a Bundesligatime 15:30.
MGH |
|
Back to top |
|
 |
xbox-kult Voice
Joined: 16 Aug 2007 Posts: 11
|
Posted: Sat Aug 25, 2007 12:07 pm Post subject: |
|
|
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 |
|
Back to top |
|
 |
scotteh Halfop
Joined: 29 Jan 2006 Posts: 50
|
Posted: Sun Dec 16, 2007 1:08 pm Post subject: |
|
|
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 |
|
Back to top |
|
 |
cytralskunk Voice
Joined: 29 Nov 2006 Posts: 3
|
Posted: Sun Dec 23, 2007 2:15 pm Post subject: awesome |
|
|
You rock Scott! Thanks for continuing to develop this great application. I'm going to install this new script tonight. |
|
Back to top |
|
 |
fanatic Voice
Joined: 21 Aug 2006 Posts: 7
|
Posted: Fri Jan 11, 2008 7:45 am Post subject: problem |
|
|
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 |
|
Back to top |
|
 |
testebr Halfop
Joined: 01 Dec 2005 Posts: 86
|
Posted: Fri Jan 11, 2008 5:57 pm Post subject: |
|
|
Quote: | [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/external.php?type=RSS2"
[19:54:29] <my_bot> "..."
[19:54:29] <my_bot> (file "scripts/rss-synd.tcl" line 4
[19:54:29] <my_bot> invoked from within
[19:54:29] <my_bot> "source scripts/$script" |
Quote: | set rss(name) {
"url" "http://www.urlrulrulrlr.url/forum/external.php?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! |
|
Back to top |
|
 |
scotteh Halfop
Joined: 29 Jan 2006 Posts: 50
|
Posted: Mon Jan 14, 2008 12:20 am Post subject: |
|
|
@fanatic
I'll look into it.
@testebr
Somewhere in your config you're missing a } |
|
Back to top |
|
 |
Astur Voice
Joined: 23 Nov 2007 Posts: 16
|
Posted: Mon Jan 14, 2008 10:58 am Post subject: |
|
|
German umlauts are not working - Any idea how to fix this?  |
|
Back to top |
|
 |
scotteh Halfop
Joined: 29 Jan 2006 Posts: 50
|
Posted: Mon Jan 14, 2008 11:52 am Post subject: |
|
|
I mentioned something about this in the HISTORY files, try removing the "charset" settings for the feed. |
|
Back to top |
|
 |
Astur Voice
Joined: 23 Nov 2007 Posts: 16
|
Posted: Mon Jan 14, 2008 12:22 pm Post subject: |
|
|
Thanks, it worked . |
|
Back to top |
|
 |
|