Friends, I am new to the n8n automation script and I am learning slowly. As it says in the title, I want to create an automation. I would be very grateful if you could help me. Hopefully, when I fully understand n8n, I would like to help new users here as well.
The real quick way to do this would be to add the RSS trigger node and the Telegram node to your workflow and you are pretty much done once you have configured the nodes.
That would be trickier and it depends on what the feed needs, The RSS nodes don’t support any authentication. For that you would need to handle it with http request nodes which will be more complicated and would all depend on the site.
I don’t have an account on that site to test but it looks like they send form-data to /forum/login.php so something like the below might work but they might also have captcha in place or something like Cloudflare to prevent this so it may not be possible without using browser automation.