View previous topic :: View next topic |
Author |
Message |
Carlin0 Voice

Joined: 04 Dec 2018 Posts: 24 Location: Italy
|
Posted: Tue Dec 18, 2018 5:20 am Post subject: |
|
|
as of today, no rss script works with HTTPS |
|
Back to top |
|
 |
Alfke Voice
Joined: 23 Sep 2006 Posts: 8
|
Posted: Thu Feb 14, 2019 1:00 pm Post subject: |
|
|
This script does. I've been using it for a while now. |
|
Back to top |
|
 |
lido Voice
Joined: 23 Jul 2019 Posts: 1
|
Posted: Wed Jul 24, 2019 12:08 am Post subject: |
|
|
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. |
|
Back to top |
|
 |
moonlightz Voice
Joined: 07 Aug 2019 Posts: 1
|
Posted: Wed Aug 07, 2019 8:01 am Post subject: |
|
|
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. |
|
Back to top |
|
 |
haferbrei Voice
Joined: 08 Apr 2020 Posts: 23
|
Posted: Wed Apr 08, 2020 9:01 pm Post subject: |
|
|
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? |
|
Back to top |
|
 |
CrazyCat Revered One

Joined: 13 Jan 2002 Posts: 1058 Location: France
|
|
Back to top |
|
 |
Dominatez Halfop

Joined: 14 Jan 2019 Posts: 46 Location: United Kingdom
|
Posted: Thu Jul 30, 2020 10:22 pm Post subject: |
|
|
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: |
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 ? |
|
Back to top |
|
 |
Alfke Voice
Joined: 23 Sep 2006 Posts: 8
|
|
Back to top |
|
 |
Carlin0 Voice

Joined: 04 Dec 2018 Posts: 24 Location: Italy
|
Posted: Wed Apr 14, 2021 4:36 am Post subject: |
|
|
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: | "database" "scripts/feeds/reddit.db" | to
Code: | "database" "/home/myuser/eggdrop/scripts/feeds/reddit.db" |
that is the full path ... and it works |
|
Back to top |
|
 |
omagiosan Voice
Joined: 08 May 2021 Posts: 3 Location: Bulgaria
|
Posted: Wed Aug 18, 2021 5:39 am Post subject: |
|
|
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/html40/entities/special.html
Especially those 3:
left single quotation mark ‘ ‘ ‘ ‘ ‘ ‘
right single quotation mark ’ ’ ’ ’ ’ ’
single low-9 quotation mark ‚ ‚ ‚ ‚ ‚ ‚
Thank you! _________________ <> Wazzzaaa!!? <> |
|
Back to top |
|
 |
|