![]() |
[script] Eggdrop RSS Syndication - Version imprimable +- Communauté Eggdrop (https://forum.eggdrop.fr) +-- Forum : Eggdrop et scripts (https://forum.eggdrop.fr/forumdisplay.php?fid=8) +--- Forum : Scripts (https://forum.eggdrop.fr/forumdisplay.php?fid=4) +---- Forum : Releases et support (https://forum.eggdrop.fr/forumdisplay.php?fid=20) +---- Sujet : [script] Eggdrop RSS Syndication (/showthread.php?tid=156) |
RE: [script] Eggdrop RSS Syndication - Utas - 29/04/2010 Super script, vraiment! Je n'ai pas eu de soucis pour l'installation, tout se passe super bien. Cependant j'ai une question, est-il possible de faire en sorte que le mode de publication de l'actualité soit en 'say' et / ou en 'topic' ? RE: [script] Eggdrop RSS Syndication - Marc - 29/04/2010 C'est possible en appelant la procedure utilisé via un "utimer" ou "timer" tout dépendant si tu veux l'actualisation en seconde ou en minute ![]() RE: [script] Eggdrop RSS Syndication - Utas - 30/04/2010 Peu importe en réalité, tant que ce n'est pas en heure. ![]() RE: [script] Eggdrop RSS Syndication - nolaan - 06/06/2010 bonjour, je cherche à afficher la description du flux rss sur le canal irc j'aimerais savoir comment procéder, voici un bout de mon code : Code : namespace eval ::rss-synd { RE: [script] Eggdrop RSS Syndication - EvilHeart - 06/07/2010 Hi guys im new eggdrop tcl i need help i need <line> Code : set rss(Live) { Code : <commentary> anyone help me plss output plsssssss Ty RE: [script] Eggdrop RSS Syndication - EvilHeart - 07/07/2010 help me pls anyoneeee RE: [script] Eggdrop RSS Syndication - CrazyCat - 07/07/2010 try with @@commentary!timeline@@ But it is not a real RSS, so I'm not sure rss-synd will accept it RE: [script] Eggdrop RSS Syndication - EvilHeart - 08/07/2010 not working ![]() http://synd.cricbuzz.com/stickcricket/data/2010/2010_PAK_AUS/PAK_AUS_JUL06/scores.xml link? RE: [script] Eggdrop RSS Syndication - CrazyCat - 08/07/2010 EvilHeart: your xml is not an rss feed. You'd better search for an XML parser RE: [script] Eggdrop RSS Syndication - prates - 29/07/2010 bonjour, j'aime bien ce code de CrazyCat, mais juste une petite question: comme vous voyez le code n'envoie sur le canal que les titre, est il possible d'afficher quelques lignes du corps de l'info ?? merci RE: [script] Eggdrop RSS Syndication - MenzAgitat - 31/07/2010 @prates : L'auteur de RSS Syndication est Andrew Scott, pas CrazyCat. Si le flux RSS contient un aperçu de l'info, il sera possible de l'afficher, et uniquement à cette condition. Il faut donc voir au cas par cas. RE: [script] Eggdrop RSS Syndication - prates - 07/08/2010 Pollet a écrit :je ne sais pas si j'aurais une réponse mais j'essaye quand meme. pourquoi utuliser bind time alors que tu as deja : "update-interval" 30 <== tu peux le modifier a tes besoins RE: [script] Eggdrop RSS Syndication - Xima - 29/08/2010 Est-ce que c'est possible d'avoir la significations de ces quelques variables du script ? Merci d'avance tcl
RE: [script] Eggdrop RSS Syndication - CrazyCat - 30/08/2010 En lisant le README qui est dans l'archive, et ainsi que c'est indiqué dans le tcl: Citation :Avec un petit nota pour ce qui concerne les cookies de "remove-empty": Citation :Cookies: RE: [script] Eggdrop RSS Syndication - o0TaGa0o - 10/12/2010 sur le chan le bot me fait : <_Skunk_> [Derniers posts] Résistances et Supports du 9 décembre 2010: @@item!link@@ on dirait qu'il arrive pas a pomper le lien ? voici ma config set rss(eggdrop) { "url" "http://feeds2.feedburner.com/forexpros/fr/latest-10" "channels" "#ForExperience" "database" "databases/eggdrop.fr-rss.db" "output" "[\002Derniers posts\002] @@item!title@@: \037@@item!link@@\037" "trigger" "!eggrss" "max-output" 10 } |