こんにちは!開発プロセスについて少しアドバイスが欲しいです。
何を作りたいのか?
Discourse の管理ダッシュボードから(新規ユーザーの作成、トピックの作成、解決策の作成、いいねの付与など)データを取得し、それを Slackbot を介して毎日または週に一度、Slack のチャンネルの一つに投稿する Slackbot を作りたいと考えています。
ご質問
このようなものを作った方はいますか?ヒントやアドバイス、非常に助かります!
こんにちは!開発プロセスについて少しアドバイスが欲しいです。
Discourse の管理ダッシュボードから(新規ユーザーの作成、トピックの作成、解決策の作成、いいねの付与など)データを取得し、それを Slackbot を介して毎日または週に一度、Slack のチャンネルの一つに投稿する Slackbot を作りたいと考えています。
このようなものを作った方はいますか?ヒントやアドバイス、非常に助かります!
I haven’t seem to find any API endpoints in Discourse API to be able to fetch that data
You can fetch all the report data (well, any data in Discourse) via the API. Check out
For the report data, you can just add .json to the URL. For example /admin/reports/topics.json?end_date=2020-01-26&start_date=2019-12-26 will get you all the data for the topics report.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.