News Bot Telegramm

Good morning, I would like to add a tool to my TelegrammBot to retrieve the latest news and headlines on request. Do you have a recommendation or hint for me? (HTTP tool, RSS, …). Thank you.

For certain websites, you can make a manual web scraper(using HTML extractors etc.) but for a flexible and reliable web scraping you need tools like Apify, Apollo and others. These services are paid.

1 Like

Hey @Diaa , you’re mainly gonna be working with dynamic webpages most of the time so you could either pay a developer to build a custom web scraper or use tools like APIFY to buy ready made webscrapers.

You can also use an RSS feed for those APIs that support RSS feeds

1 Like