Export buddypress data (groups' activities) to Discourse

How can I import data from buddypress to Discourse?

Not all of BuddyPress’ data has a logical equivalent in Discourse. But if you’re using BuddyPress together with bbPress you can migrate your forum using this script:

discourse/script/import_scripts/bbpress.rb at main · discourse/discourse · GitHub

For groups migration, you’d probably have to extend that script. It should be possible to migrate the user groups, but I don’t know where the activity stream would go in Discourse. That’s just not a thing here.

Desculpe por ressuscitar este tópico antigo. Eu só estava me perguntando se existe uma solução de código aberto para migrar os dados de estilo de blocos do editor Gutenberg do WP para o Discourse. @simon, você já se deparou com algo assim?