Kyle Lee
Kyle Lee

Reputation: 1

Receiving unread or new posts from forums with slack

I am a beginner in Slack. I want to make a slack-bot that fetches unread or new posts from forums.

For examples, If there are any posts I have not read in specific forums, Slack-bot will let me know.

So what slack api should I use? Or what documentation should I read?

Upvotes: 0

Views: 73

Answers (1)

Adil B
Adil B

Reputation: 16806

The simplest way to do this is to add an RSS Feed integration to your Slack workspace, and then configure it to subscribe to the Python Forum you linked in your comment.

After adding the RSS feed integration to Slack, click the RSS Syndication link in the Python Forum's footer to generate an update feed link and then paste it into the Slack RSS Feed integration settings.

Upvotes: 1

Related Questions