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
Carlin0
Voice
Posts: 28
Joined: Tue Dec 04, 2018 3:41 pm
Location: Italy

Post by Carlin0 »

as of today, no rss script works with HTTPS
A
Alfke
Voice
Posts: 8
Joined: Sat Sep 23, 2006 1:01 pm

Post by Alfke »

This script does. I've been using it for a while now.
l
lido
Voice
Posts: 1
Joined: Tue Jul 23, 2019 2:40 pm

Post by lido »

Anyone have a successfully running TCL script that supports both http and https rss feeds? I can get the http feeds running with this script, but totally striking out with https feeds.
m
moonlightz
Voice
Posts: 1
Joined: Wed Aug 07, 2019 7:52 am

Post by moonlightz »

lido wrote:Anyone have a successfully running TCL script that supports both http and https rss feeds? I can get the http feeds running with this script, but totally striking out with https feeds.
Yes, i can confirm the script doesnt work for me. Something is wrong with the script. I am also getting 403 forbidden.
Someone has to create a script that uses wget instead of http & tls packages. wget can get the data at least from https, then it's needed to parse the file.
h
haferbrei
Voice
Posts: 23
Joined: Wed Apr 08, 2020 8:57 pm

Post by haferbrei »

i installed the script, but i get RSS Warning: couldn't open "file.db". no such file or directory.

if i make a file.db i get
RSS Error: Invalid feed database file format file.db

any ideas how to solve it?
User avatar
CrazyCat
Revered One
Posts: 1236
Joined: Sun Jan 13, 2002 8:00 pm
Location: France
Contact:

Post by CrazyCat »

create the file empty (touch /home/eggdrop/your/file.db).
If it already exists, delete it before.
User avatar
Dominatez
Halfop
Posts: 50
Joined: Mon Jan 14, 2019 5:08 pm
Location: United Kingdom

Post by Dominatez »

Has anyone managed to get this working with the Reddit news feed ?

Using this

http://www.reddit.com/r/worldnews/.rss

But it's giving me this out.

[Reddit News :] - Url : Posted :

Config is :

Code: Select all

set rss(reddit) {
      "url"         "http://www.reddit.com/r/worldnews/.rss"
      "channels"      "#tester"
      "database"      "scripts/feeds/reddit.db"
      "output"      "[\002Reddit News :\002] \002@@item!title@@\002 - \002Url : \00314@@item!guid@@ \00308\002Posted\002 : @@item!pubDate@@@@entry!pubDate@@"
      "trigger"      "!rn"
Any ideas ?
A
Alfke
Voice
Posts: 8
Joined: Sat Sep 23, 2006 1:01 pm

Post by Alfke »

Here is a workaround for this script...and it's free

Go to https://siftrss.com

Enter your rss feed url, in this case I used https://www.reddit.com/r/worldnews/.rss

For the dropdown options, I selected "I want to include items where the title exists

Then hit FEED ME!

If it worked, you will get a success and a siftrss url. Use the new url https://siftrss.com/f/Zb0ZraKAry in this script.
User avatar
Carlin0
Voice
Posts: 28
Joined: Tue Dec 04, 2018 3:41 pm
Location: Italy

Post by Carlin0 »

haferbrei wrote:i installed the script, but i get RSS Warning: couldn't open "file.db". no such file or directory.

if i make a file.db i get
RSS Error: Invalid feed database file format file.db

any ideas how to solve it?
I tried to change (for example)

Code: Select all

"database"      "scripts/feeds/reddit.db"
to

Code: Select all

"database"      "/home/myuser/eggdrop/scripts/feeds/reddit.db"
that is the full path ... and it works
o
omagiosan
Voice
Posts: 3
Joined: Sat May 08, 2021 12:13 pm
Location: Bulgaria

Post by omagiosan »

Hello people, I have this problem, any cure for it?

This headline -> ‘Pep Guardiola Is The Next Arsene Wenger’
My bot shows -> в€˜Pep Guardiola Is The Next Arsene Wengerв

Another example -> Ødegaard signs but this media victory over Arsenal costing the club dear

My bot shows -> Г˜degaard signs but this media victory over Arsenal costing the club dear

I was thinking maybe this needs to be added to the script but I don't know how: https://www.htmlhelp.com/reference/html ... ecial.html

Especially those 3:

left single quotation mark ‘ ‘ ‘ ‘ ‘ ‘
right single quotation mark ’ ’ ’ ’ ’ ’
single low-9 quotation mark ‚ ‚ ‚ ‚ ‚ ‚

Thank you!
<> Wazzzaaa!!? <>
Post Reply