BoKKeR / RSS-to-Telegram-Bot

RSS to Telegram python script
http://t.me/rss_t_bot
GNU General Public License v3.0
247 stars 105 forks source link

RSS Feed titles #15

Closed temporhodes closed 3 years ago

temporhodes commented 3 years ago

Hello.thanks a lot for the bot...

right now bot only sends the link of the entries is rss feeds. is it possible to add entry title & published time for each feed item too?

thanks.

toleeck commented 3 years ago

A similar question was discussed here not so long ago https://github.com/BoKKeR/RSS-to-Telegram-Bot/issues/12

temporhodes commented 3 years ago

A similar question was discussed here not so long ago #12

it doesnt show title for me. somehow i copied the test feed pattern in .py file and replced in rss_monitor and now it shows.

context.bot.send_message(chatid, rss_d.entries[0]['title'] + "\n" + "\n" +
        rss_d.entries[0]['link'])