مرحبًا، أتساءل عما إذا كان من الممكن، أو ما إذا كان هناك بالفعل روبوت ديسكورد يمكن إعداده للربط تلقائيًا مع المواضيع الجديدة التي تظهر في منتدى ديسكورد. والأفضل أن يكون ذلك بحيث يربط فقط المواضيع من فئة محددة.
هذا يقربك جداً:
Purpose of this plugin
This plugin does several things:
Allows you to power a Discord bot using your Discourse server to do stuff to link the two systems. Fork this repo and expand it with simple Ruby to create all kinds of bot functionality.
Existing functionality to serve as examples and useful utility:
Provides some two-way auto posting of content that meet some criteria.
Command to copy messages ad hoc to Discourse
Command to sync group membership to role membership of your Discor…
وبشكل خاص هذا الإضافة التي أضفتها مؤخراً والتي قد تفعل بالضبط ما تحتاجه بالفعل.
OK I’ve developed the plugin a little further now and have POC for two way communication working:
Here are the new settings
[image]
You can designate an Announcements Channel on Discord in the plugin settings.
You can now type into the assigned Discord Announcements Channel and this will post your message to your assigned Discourse Topic in the plugin settings
You can set up a list of Categories in Discourse to post to the Announcements channel on your Discord if someone Posts there …
قم بعمل نسخة (Fork) وقم بالتوسع حسب الحاجة.
أها، يبدو هذا معقدًا بعض الشيء، لا أريد مزامنة الأعضاء بين discourse وخادم discord. فقط بوت بسيط ‘يستمع’ إلى فئات معينة، ويربط أي موضوع جديد في تلك الفئة بقناة discord.
المزامنة اختيارية بالكامل. يتم بدء المزامنة حاليًا عبر أمر البوت. إذا لم ترغب فيها، فلا تقم بتشغيل الأمر.
هذا بالضبط ما يفعله. هل ذهبت إلى الرابط الثاني؟
لا تتردد في تجربة ترميز حل أبسط، لكنني أشك في أن متطلباتك مُلبّاة.
Yuun
(Sam)
17 مارس 2021، 2:35م
5
اعتمادًا على ما تحتاجه، قد يعمل أيضًا ملحق تكامل غرفة الدردشة الرسمي من أجلك:
Chat Integration is for using an external chat system together with Discourse — you may be looking for Discourse Chat which adds Chat functionality directly to Discourse.
Summary
Discourse Chat Integration allows you to integrate your chat system of choice with Discourse.
Install Guide
This plugin is bundled with Discourse core. There is no need to install the plugin separately.
Features
discourse-chat-integration allows sendi…
لقد قمت بضبطه سابقًا للقيام بما تطلبه، وأتذكر أن الأمر كان مباشرًا جدًا.