BoKKeR/RSS-to-Telegram-Bot

RSS Feed titles

temporhodes opened this issue · 2 comments

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.

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

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'])