{"post_stream":{"posts":[{"id":893320,"name":"","username":"Ivan_Rapekas","avatar_template":"/user_avatar/meta.discourse.org/ivan_rapekas/{size}/248924_2.png","created_at":"2021-02-20T18:17:53.953Z","cooked":"\u003cp\u003eDoes Discourse support export conversations as an organized bulk of data that could be reused offline? Use cases in Slack:\u003c/p\u003e\n\u003col\u003e\n\u003cli\u003esometimes I extract some data from history to prepare documents for newcomers.\u003c/li\u003e\n\u003cli\u003ethe same approach to extract useful data from several discussions to organize external product documentaion.\u003c/li\u003e\n\u003cli\u003etrying to parse a lot of bad-sorted topics/conversations using Python to get structured data with highlighted words - steps to define links between different conversations (some kind of data analyzing)\u003c/li\u003e\n\u003c/ol\u003e\n\u003cp\u003eI hope I’ve been clear \u003cimg src=\"https://emoji.discourse-cdn.com/twitter/grinning.png?v=9\" title=\":grinning:\" class=\"emoji\" alt=\":grinning:\"\u003e\u003c/p\u003e","post_number":1,"post_type":1,"posts_count":5,"updated_at":"2021-02-20T21:08:20.122Z","reply_count":0,"reply_to_post_number":null,"quote_count":0,"incoming_link_count":198,"reads":37,"readers_count":36,"score":992.4,"yours":false,"topic_id":180537,"topic_slug":"does-discourse-support-export-conversations-as-an-organized-bulk-of-data","display_username":"","primary_group_name":null,"flair_name":null,"flair_url":null,"flair_bg_color":null,"flair_color":null,"flair_group_id":null,"badges_granted":[],"version":3,"can_edit":false,"can_delete":false,"can_recover":false,"can_see_hidden_post":false,"can_wiki":false,"link_counts":[{"url":"https://meta.discourse.org/t/discourse-for-teams-is-here/168390/54","internal":true,"reflection":true,"title":"Discourse for Teams is here!","clicks":3},{"url":"https://meta.discourse.org/t/dump-all-conversations-in-a-file-and-structured-data/202351","internal":true,"reflection":true,"title":"Dump all conversations in a file and structured data","clicks":0}],"read":true,"user_title":"Scribe","title_is_group":false,"bookmarked":false,"actions_summary":[{"id":2,"count":1}],"moderator":false,"admin":false,"staff":false,"user_id":31832,"hidden":false,"trust_level":2,"deleted_at":null,"user_deleted":false,"edit_reason":null,"can_view_edit_history":true,"wiki":false,"post_url":"/t/does-discourse-support-export-conversations-as-an-organized-bulk-of-data/180537/1","locale":"en","is_localized":false,"language":"en","activity_pub_enabled":true,"activity_pub_delivered_at":null,"activity_pub_scheduled_at":null,"activity_pub_published_at":null,"activity_pub_deleted_at":null,"activity_pub_updated_at":null,"activity_pub_visibility":"public","activity_pub_local":true,"activity_pub_url":"https://meta.discourse.org/t/does-discourse-support-export-conversations-as-an-organized-bulk-of-data/180537/1","activity_pub_domain":null,"activity_pub_object_type":"Note","activity_pub_first_post":true,"activity_pub_object_id":null,"boosts":[],"can_boost":false,"event":null,"calendar_details":[],"customer_flair_customer":null,"direct_reply_count":0,"reactions":[{"id":"heart","type":"emoji","count":1}],"current_user_reaction":null,"reaction_users_count":1,"current_user_used_main_reaction":false,"can_accept_answer":false,"can_unaccept_answer":false,"accepted_answer":false,"topic_accepted_answer":null,"can_vote":true},{"id":893350,"name":"Holger Winkelmann","username":"Holger_Winkelmann","avatar_template":"/user_avatar/meta.discourse.org/holger_winkelmann/{size}/210442_2.png","created_at":"2021-02-20T20:59:05.114Z","cooked":"\u003cp\u003ehhm, have you used tensorflow? \u003cimg src=\"https://emoji.discourse-cdn.com/twitter/wink.png?v=9\" title=\":wink:\" class=\"emoji\" alt=\":wink:\"\u003e You might should avoid many unstructured data in the first place. I ave the same problem here. But I try to get it somehow sorted at the source. I have a slack chat hell here I will get around by letting people structure the Data…\u003c/p\u003e","post_number":2,"post_type":1,"posts_count":5,"updated_at":"2021-02-20T20:59:05.114Z","reply_count":1,"reply_to_post_number":null,"quote_count":0,"incoming_link_count":0,"reads":33,"readers_count":32,"score":11.6,"yours":false,"topic_id":180537,"topic_slug":"does-discourse-support-export-conversations-as-an-organized-bulk-of-data","display_username":"Holger Winkelmann","primary_group_name":null,"flair_name":null,"flair_url":null,"flair_bg_color":null,"flair_color":null,"flair_group_id":null,"badges_granted":[],"version":1,"can_edit":false,"can_delete":false,"can_recover":false,"can_see_hidden_post":false,"can_wiki":false,"read":true,"user_title":null,"bookmarked":false,"actions_summary":[],"moderator":false,"admin":false,"staff":false,"user_id":91743,"hidden":false,"trust_level":1,"deleted_at":null,"user_deleted":false,"edit_reason":null,"can_view_edit_history":true,"wiki":false,"post_url":"/t/does-discourse-support-export-conversations-as-an-organized-bulk-of-data/180537/2","locale":"en","is_localized":false,"language":"en","activity_pub_enabled":false,"boosts":[],"can_boost":false,"event":null,"customer_flair_customer":null,"direct_reply_count":1,"reactions":[],"current_user_reaction":null,"reaction_users_count":0,"current_user_used_main_reaction":false,"can_accept_answer":false,"can_unaccept_answer":false,"accepted_answer":false,"topic_accepted_answer":null},{"id":893369,"name":"","username":"Ivan_Rapekas","avatar_template":"/user_avatar/meta.discourse.org/ivan_rapekas/{size}/248924_2.png","created_at":"2021-02-20T22:08:25.437Z","cooked":"\u003cp\u003eI’m not sure that AI is my case. I collect data from different sources and the main idea is to find really important highlights (words, urls, proofs etc) and create a structured data which could answer these questions:\u003c/p\u003e\n\u003col\u003e\n\u003cli\u003eWhat was the proper order on the way of accepting the certain solution related to the some task. In order to reconstruct the actual picture of events.\u003c/li\u003e\n\u003cli\u003eThe algorithm should detect important mentions in a tons of poor-quality conversations (especially email with many levels of attachments and non-trusted web publications)\u003c/li\u003e\n\u003cli\u003eDefine valuable links between different actions, approximately such way: news → blog → public mood and needs → chat/email decision → used strategy → real actions → approved assumptions → related persons → explaination the result\u003c/li\u003e\n\u003c/ol\u003e\n\u003cp\u003eSo I use some python template for this:\u003c/p\u003e\n\u003cpre\u003e\u003ccode class=\"lang-python\"\u003ePRODUCT_RELATIVE_SOURCES = {\n    \"websites\": {\n        \"company1\": [\n            \"blog\",\n            \"vacancies\",\n            \"news\",\n            \"tags\"\n        ]\n    },\n    \"social-networks\": {\n        \"network1\": [\n            \"feed\",\n            \"story\",\n            \"public\",\n            \"direct\",\n            \"tags\"\n        ]\n    },\n    \"messengers\": {\n        \"messenger1\": [\n            \"chat1\",\n            \"room1\",\n            \"bot1\",\n            \"direct\",\n            \"tags\"\n        ]\n    }\n   \"mailboxes\": {\n        \"box1\": [\n            \"subject\",\n            \"body\",\n            \"sender\",\n            \"cc\",\n            \"meta\"\n        ]\n    }\n}\n\nEXCLUDE_SOURCES = {\n    \"main\",\n    \"libs\",\n    \"opt\"\n}\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eProbably I wonder to have similar data structure exported from Discourse (through API maybe). Initially I asked the question concerning Discourse for Teams, because I found many similar with Slack and our team is not satisfied with Slack. Payable function of history is almost useless.\u003c/p\u003e","post_number":3,"post_type":1,"posts_count":5,"updated_at":"2021-02-20T22:08:25.437Z","reply_count":1,"reply_to_post_number":2,"quote_count":0,"incoming_link_count":19,"reads":33,"readers_count":32,"score":121.6,"yours":false,"topic_id":180537,"topic_slug":"does-discourse-support-export-conversations-as-an-organized-bulk-of-data","display_username":"","primary_group_name":null,"flair_name":null,"flair_url":null,"flair_bg_color":null,"flair_color":null,"flair_group_id":null,"badges_granted":[],"version":1,"can_edit":false,"can_delete":false,"can_recover":false,"can_see_hidden_post":false,"can_wiki":false,"read":true,"user_title":"Scribe","title_is_group":false,"reply_to_user":{"id":91743,"username":"Holger_Winkelmann","name":"Holger Winkelmann","avatar_template":"/user_avatar/meta.discourse.org/holger_winkelmann/{size}/210442_2.png"},"bookmarked":false,"actions_summary":[{"id":2,"count":1}],"moderator":false,"admin":false,"staff":false,"user_id":31832,"hidden":false,"trust_level":2,"deleted_at":null,"user_deleted":false,"edit_reason":null,"can_view_edit_history":true,"wiki":false,"post_url":"/t/does-discourse-support-export-conversations-as-an-organized-bulk-of-data/180537/3","locale":"en","is_localized":false,"language":"en","activity_pub_enabled":false,"boosts":[],"can_boost":false,"event":null,"customer_flair_customer":null,"direct_reply_count":1,"reactions":[{"id":"heart","type":"emoji","count":1}],"current_user_reaction":null,"reaction_users_count":1,"current_user_used_main_reaction":false,"can_accept_answer":false,"can_unaccept_answer":false,"accepted_answer":false,"topic_accepted_answer":null},{"id":893374,"name":"Tobias Eigen","username":"tobiaseigen","avatar_template":"/user_avatar/meta.discourse.org/tobiaseigen/{size}/539204_2.png","created_at":"2021-02-20T22:42:55.051Z","cooked":"\u003cp\u003eIn this regard, everything you can do with Discourse you can do with Discourse for Teams. This is why I moved your post into its own new topic. Maybe others have suggestions for you.\u003c/p\u003e\n\u003cp\u003eAre you familiar with json? You can add .json to pretty much any URL in Discourse to see the page in a more portable format. Maybe that helps?\u003c/p\u003e\n\u003cp\u003eFor example, this topic:\u003c/p\u003e\n\u003cp\u003e\u003ca href=\"https://meta.discourse.org/t/does-discourse-support-export-conversations-as-an-organized-bulk-of-data/180537.json\"\u003ehttps://meta.discourse.org/t/does-discourse-support-export-conversations-as-an-organized-bulk-of-data/180537.json\u003c/a\u003e\u003c/p\u003e","post_number":4,"post_type":1,"posts_count":5,"updated_at":"2021-02-20T22:44:00.593Z","reply_count":1,"reply_to_post_number":3,"quote_count":0,"incoming_link_count":9,"reads":29,"readers_count":28,"score":160.8,"yours":false,"topic_id":180537,"topic_slug":"does-discourse-support-export-conversations-as-an-organized-bulk-of-data","display_username":"Tobias Eigen","primary_group_name":null,"flair_name":null,"flair_url":null,"flair_bg_color":null,"flair_color":null,"flair_group_id":null,"badges_granted":[],"version":1,"can_edit":false,"can_delete":false,"can_recover":false,"can_see_hidden_post":false,"can_wiki":false,"read":true,"user_title":"Regular","title_is_group":false,"reply_to_user":{"id":31832,"username":"Ivan_Rapekas","name":"","avatar_template":"/user_avatar/meta.discourse.org/ivan_rapekas/{size}/248924_2.png"},"bookmarked":false,"actions_summary":[{"id":2,"count":5}],"moderator":false,"admin":false,"staff":false,"user_id":8571,"hidden":false,"trust_level":3,"deleted_at":null,"user_deleted":false,"edit_reason":null,"can_view_edit_history":true,"wiki":false,"post_url":"/t/does-discourse-support-export-conversations-as-an-organized-bulk-of-data/180537/4","locale":"en","is_localized":false,"language":"en","activity_pub_enabled":false,"boosts":[],"can_boost":false,"event":null,"customer_flair_customer":null,"direct_reply_count":1,"reactions":[{"id":"heart","type":"emoji","count":5}],"current_user_reaction":null,"reaction_users_count":5,"current_user_used_main_reaction":false,"can_accept_answer":false,"can_unaccept_answer":false,"accepted_answer":false,"topic_accepted_answer":null},{"id":893566,"name":"","username":"Ivan_Rapekas","avatar_template":"/user_avatar/meta.discourse.org/ivan_rapekas/{size}/248924_2.png","created_at":"2021-02-21T16:17:37.812Z","cooked":"\u003caside class=\"quote no-group\" data-username=\"tobiaseigen\" data-post=\"4\" data-topic=\"180537\"\u003e\n\u003cdiv class=\"title\"\u003e\n\u003cdiv class=\"quote-controls\"\u003e\u003c/div\u003e\n\u003cimg alt=\"\" width=\"24\" height=\"24\" src=\"https://d3bpeqsaub0i6y.cloudfront.net/user_avatar/meta.discourse.org/tobiaseigen/48/539204_2.png\" class=\"avatar\"\u003e tobiaseigen:\u003c/div\u003e\n\u003cblockquote\u003e\n\u003cp\u003eYou can add .json to pretty much any URL in Discourse to see the page in a more portable format\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/aside\u003e\n\u003cp\u003eWow, it looks great, thank you very much, Tobias! I think it is enough for me \u003cimg src=\"https://emoji.discourse-cdn.com/twitter/+1.png?v=15\" title=\":+1:\" class=\"emoji\" alt=\":+1:\" loading=\"lazy\" width=\"20\" height=\"20\"\u003e\u003c/p\u003e","post_number":5,"post_type":1,"posts_count":5,"updated_at":"2021-02-21T16:17:37.812Z","reply_count":0,"reply_to_post_number":4,"quote_count":1,"incoming_link_count":1,"reads":23,"readers_count":22,"score":99.6,"yours":false,"topic_id":180537,"topic_slug":"does-discourse-support-export-conversations-as-an-organized-bulk-of-data","display_username":"","primary_group_name":null,"flair_name":null,"flair_url":null,"flair_bg_color":null,"flair_color":null,"flair_group_id":null,"badges_granted":[],"version":1,"can_edit":false,"can_delete":false,"can_recover":false,"can_see_hidden_post":false,"can_wiki":false,"read":true,"user_title":"Scribe","title_is_group":false,"bookmarked":false,"actions_summary":[{"id":2,"count":2}],"moderator":false,"admin":false,"staff":false,"user_id":31832,"hidden":false,"trust_level":2,"deleted_at":null,"user_deleted":false,"edit_reason":null,"can_view_edit_history":true,"wiki":false,"post_url":"/t/does-discourse-support-export-conversations-as-an-organized-bulk-of-data/180537/5","locale":"en","is_localized":false,"language":"en","activity_pub_enabled":false,"boosts":[],"can_boost":false,"event":null,"customer_flair_customer":null,"direct_reply_count":0,"reactions":[{"id":"heart","type":"emoji","count":2}],"current_user_reaction":null,"reaction_users_count":2,"current_user_used_main_reaction":false,"can_accept_answer":false,"can_unaccept_answer":false,"accepted_answer":false,"topic_accepted_answer":null}],"stream":[893320,893350,893369,893374,893566]},"timeline_lookup":[[1,1874],[5,1873]],"suggested_topics":[],"tags":[],"tags_descriptions":{},"fancy_title":"Does Discourse support export conversations as an organized bulk of data?","fancy_title_localized":false,"locale":"en","id":180537,"title":"Does Discourse support export conversations as an organized bulk of data?","posts_count":5,"created_at":"2021-02-20T18:17:53.953Z","views":1073,"reply_count":3,"like_count":9,"last_posted_at":"2021-02-21T16:17:37.812Z","visible":true,"closed":false,"archived":false,"has_summary":false,"archetype":"regular","slug":"does-discourse-support-export-conversations-as-an-organized-bulk-of-data","category_id":2,"word_count":475,"deleted_at":null,"user_id":31832,"featured_link":null,"pinned_globally":false,"pinned_at":null,"pinned_until":null,"image_url":null,"slow_mode_seconds":0,"draft":null,"draft_key":"topic_180537","draft_sequence":null,"unpinned":null,"pinned":false,"current_post_number":1,"highest_post_number":5,"deleted_by":null,"actions_summary":[{"id":4,"count":0,"hidden":false,"can_act":false},{"id":8,"count":0,"hidden":false,"can_act":false},{"id":10,"count":0,"hidden":false,"can_act":false},{"id":7,"count":0,"hidden":false,"can_act":false},{"id":1002,"count":0,"hidden":false,"can_act":false}],"chunk_size":20,"bookmarked":false,"topic_timer":null,"message_bus_last_id":0,"participant_count":3,"show_read_indicator":false,"thumbnails":null,"slow_mode_enabled_until":null,"has_localized_content":false,"activity_pub_enabled":true,"activity_pub_local":true,"activity_pub_deleted_at":null,"activity_pub_published_at":null,"activity_pub_scheduled_at":null,"activity_pub_delivered_at":null,"activity_pub_full_topic":false,"activity_pub_published_post_count":0,"activity_pub_total_post_count":5,"activity_pub_object_id":null,"activity_pub_object_type":null,"activity_pub_actor":{"id":1,"username":"feature","domain":"meta.discourse.org","handle":"feature@meta.discourse.org","ap_id":"https://meta.discourse.org/ap/actor/f510931b1c556bbc94ea1971a1924f03","name":"Features","ap_type":"Group","model_id":2,"model_type":"category","can_admin":null,"default_visibility":"public","publication_type":"first_post","post_object_type":"Note","enabled":true,"ready":true},"activity_pub_post_actors":[],"related_topics":[{"fancy_title":"Dump all conversations in a file and structured data","fancy_title_localized":false,"locale":"en","id":202351,"title":"Dump all conversations in a file and structured data","slug":"dump-all-conversations-in-a-file-and-structured-data","posts_count":9,"reply_count":6,"highest_post_number":9,"image_url":null,"created_at":"2021-09-01T14:59:40.675Z","last_posted_at":"2021-10-15T13:04:01.498Z","bumped":true,"bumped_at":"2021-09-15T13:03:18.508Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"excerpt":"This question is similar to this one: Does Discourse support export conversations as an organized bulk of data? \nbut we are looking for a way to do some NLP on all conversations of our Discourse site. Someone in our team\u0026hellip;","visible":true,"closed":true,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":[],"tags_descriptions":{},"like_count":3,"views":1728,"category_id":6,"featured_link":null,"op_like_count":0,"ai_topic_gist":"Data Explorer Plugin and SQL queries or adding .json to topic URLs can export conversations as structured data, with options to use topic IDs for a more programmatic approach.","has_accepted_answer":true,"posters":[{"extras":null,"description":"Исходный автор","user":{"id":80694,"username":"Wall-E","name":"Raphael","avatar_template":"/user_avatar/meta.discourse.org/wall-e/{size}/184438_2.png","trust_level":2}},{"extras":null,"description":"Частый автор, Принятый ответ","user":{"id":15209,"username":"pfaffman","name":"Jay Pfaffman","avatar_template":"/user_avatar/meta.discourse.org/pfaffman/{size}/120154_2.png","flair_name":"support-experts","flair_url":"https://d11a6trkgmumsb.cloudfront.net/original/3X/e/2/e250ec403580530d19e6a9ed42d0d525a51a9dbe.svg","flair_bg_color":"FFFFFF","flair_group_id":142,"trust_level":4}},{"extras":"latest","description":"Последний автор","user":{"id":-1,"username":"system","name":"system","avatar_template":"/user_avatar/meta.discourse.org/system/{size}/443519_2.png","admin":true,"moderator":true,"trust_level":4}}]},{"fancy_title":"Saving a Conversation","fancy_title_localized":false,"locale":"en","id":208061,"title":"Saving a Conversation","slug":"saving-a-conversation","posts_count":11,"reply_count":8,"highest_post_number":12,"image_url":null,"created_at":"2021-11-02T22:36:58.310Z","last_posted_at":"2021-11-04T10:05:43.476Z","bumped":true,"bumped_at":"2021-11-03T21:11:32.639Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"excerpt":"Hello Discourse \nI am using Discourse as a learning community member. Love the platform. We have these amazing discussions pertaining to topics and categories. \nI want to roll all these conversations and save \u0026#39;em to my l\u0026hellip;","visible":true,"closed":true,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":[],"tags_descriptions":{},"like_count":10,"views":942,"category_id":6,"featured_link":null,"op_like_count":0,"ai_topic_gist":"Lakshmi_Balan wanted to export lengthy Discourse conversations to PDF but faced issues with printing; after troubleshooting, the admin enabled the feature, allowing her to successfully export via the /print URL appendage.","has_accepted_answer":true,"posters":[{"extras":null,"description":"Исходный автор","user":{"id":106832,"username":"Lakshmi_Balan","name":"Lakshmi Balasubramani","avatar_template":"/user_avatar/meta.discourse.org/lakshmi_balan/{size}/212600_2.png","trust_level":1}},{"extras":"latest","description":"Последний автор, Принятый ответ","user":{"id":44871,"username":"osioke","name":"Osioke Itseuwa","avatar_template":"/user_avatar/meta.discourse.org/osioke/{size}/238946_2.png","trust_level":2}}]},{"fancy_title":"Public data dumps","fancy_title_localized":false,"locale":null,"id":16531,"title":"Public data dumps","slug":"public-data-dumps","posts_count":8,"reply_count":3,"highest_post_number":9,"image_url":null,"created_at":"2014-06-14T05:17:08.642Z","last_posted_at":"2023-03-31T11:54:25.097Z","bumped":true,"bumped_at":"2023-03-31T11:54:25.097Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"excerpt":"I\u0026#39;d like to propose a public data export feature similar to Stack Exchange\u0026#39;s. This is not the same as the backup feature, because it requires sanitizing all private user data first. Both JSON and HTML export formats woul\u0026hellip;","visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":[],"tags_descriptions":{},"like_count":15,"views":2124,"category_id":2,"featured_link":null,"op_like_count":5,"ai_topic_gist":"The discussion about a public data export feature for Discourse has progressed, with recent updates indicating it is now on the AI team's roadmap, addressing concerns about data accessibility and potential use in AI training.","has_accepted_answer":false,"posters":[{"extras":null,"description":"Исходный автор","user":{"id":2185,"username":"obvio171","name":"","avatar_template":"/user_avatar/meta.discourse.org/obvio171/{size}/103541_2.png","trust_level":2}},{"extras":null,"description":"Частый автор","user":{"id":32,"username":"codinghorror","name":"Jeff Atwood","avatar_template":"/user_avatar/meta.discourse.org/codinghorror/{size}/110067_2.png","admin":true,"trust_level":2}},{"extras":null,"description":"Частый автор","user":{"id":8571,"username":"tobiaseigen","name":"Tobias Eigen","avatar_template":"/user_avatar/meta.discourse.org/tobiaseigen/{size}/539204_2.png","trust_level":3}},{"extras":null,"description":"Частый автор","user":{"id":20271,"username":"samwilson","name":"Sam Wilson","avatar_template":"/user_avatar/meta.discourse.org/samwilson/{size}/120537_2.png","trust_level":1}},{"extras":"latest","description":"Последний автор","user":{"id":65413,"username":"EricGT","name":"EricGT","avatar_template":"https://avatars.discourse-cdn.com/v4/letter/e/f1d935/{size}.png","trust_level":2}}]},{"fancy_title":"Exporting all Forum Posts for Manual Upload into External LLMs?","fancy_title_localized":false,"locale":"en","id":348975,"title":"Exporting all Forum Posts for Manual Upload into External LLMs?","slug":"exporting-all-forum-posts-for-manual-upload-into-external-llms","posts_count":2,"reply_count":0,"highest_post_number":3,"image_url":null,"created_at":"2025-01-25T17:08:01.517Z","last_posted_at":"2025-01-27T23:33:56.233Z","bumped":true,"bumped_at":"2025-01-27T23:33:56.233Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"excerpt":"I need to prepare an export or backup which I can then manually upload into a Perplexity.ai Workspace. I want to include all of the posts on the whole site. The allowed filetypes are: \n.json \n.md \n.txt \n.pdf \n.csv \n.xlsx \u0026hellip;","visible":true,"closed":false,"archived":false,"bookmarked":null,"liked":null,"thumbnails":null,"tags":[{"id":543,"name":"ии","slug":"ai"}],"tags_descriptions":{},"like_count":5,"views":207,"category_id":6,"featured_link":null,"op_like_count":1,"ai_topic_gist":"Data Explorer Plugin is recommended for exporting posts as JSON or CSV files, capturing structured data without images.","has_accepted_answer":false,"posters":[{"extras":null,"description":"Исходный автор","user":{"id":72263,"username":"denvergeeks","name":"","avatar_template":"/user_avatar/meta.discourse.org/denvergeeks/{size}/327671_2.png","trust_level":2}},{"extras":"latest","description":"Последний автор","user":{"id":1,"username":"sam","name":"Sam Saffron","avatar_template":"/user_avatar/meta.discourse.org/sam/{size}/102149_2.png","primary_group_name":"team","flair_name":"team","flair_url":"https://d11a6trkgmumsb.cloudfront.net/original/3X/e/b/ebee30bd98aef20357e4a177a5a1e45b877ce088.svg","flair_color":"111","flair_group_id":47,"admin":true,"trust_level":3}}]},{"fancy_title":"ChatGPT Integration tools for Discourse","fancy_title_localized":false,"locale":"en","id":256127,"title":"ChatGPT Integration tools for Discourse","slug":"chatgpt-integration-tools-for-discourse","posts_count":8,"reply_count":2,"highest_post_number":12,"image_url":"https://d11a6trkgmumsb.cloudfront.net/optimized/4X/3/d/9/3d91415557bf05e0148fafd8346767c566337c1a_2_1024x698.png","created_at":"2023-02-24T03:16:04.761Z","last_posted_at":"2023-02-27T21:04:41.531Z","bumped":true,"bumped_at":"2023-02-27T14:28:10.689Z","archetype":"regular","unseen":false,"pinned":false,"unpinned":null,"excerpt":"Dear Community, \nAs our discourse communities are mostly based on text, are there tools available to leverage AI like ChatGPT to get structured responses from discussions in communities? \nI guess there are some integrati\u0026hellip;","visible":true,"closed":true,"archived":false,"bookmarked":null,"liked":null,"thumbnails":[{"max_width":null,"max_height":null,"width":1200,"height":818,"url":"https://d11a6trkgmumsb.cloudfront.net/original/4X/3/d/9/3d91415557bf05e0148fafd8346767c566337c1a.png"},{"max_width":1024,"max_height":1024,"width":1024,"height":698,"url":"https://d11a6trkgmumsb.cloudfront.net/optimized/4X/3/d/9/3d91415557bf05e0148fafd8346767c566337c1a_2_1024x698.png"},{"max_width":800,"max_height":800,"width":800,"height":545,"url":"https://d11a6trkgmumsb.cloudfront.net/optimized/4X/3/d/9/3d91415557bf05e0148fafd8346767c566337c1a_2_800x545.png"},{"max_width":600,"max_height":600,"width":600,"height":409,"url":"https://d11a6trkgmumsb.cloudfront.net/optimized/4X/3/d/9/3d91415557bf05e0148fafd8346767c566337c1a_2_600x409.png"},{"max_width":400,"max_height":400,"width":400,"height":272,"url":"https://d11a6trkgmumsb.cloudfront.net/optimized/4X/3/d/9/3d91415557bf05e0148fafd8346767c566337c1a_2_400x272.png"},{"max_width":300,"max_height":300,"width":300,"height":204,"url":"https://d11a6trkgmumsb.cloudfront.net/optimized/4X/3/d/9/3d91415557bf05e0148fafd8346767c566337c1a_2_300x204.png"},{"max_width":200,"max_height":200,"width":200,"height":136,"url":"https://d11a6trkgmumsb.cloudfront.net/optimized/4X/3/d/9/3d91415557bf05e0148fafd8346767c566337c1a_2_200x136.png"}],"tags":[],"tags_descriptions":{},"like_count":22,"views":1987,"category_id":6,"featured_link":null,"op_like_count":2,"ai_topic_gist":"Discourse plans to integrate AI, including LLM and ChatGPT, into its features and plugins, allowing for potential applications such as automated post summaries, fact-checking, and flagged post handling, with development progress to be shared on Meta.","has_accepted_answer":true,"posters":[{"extras":null,"description":"Исходный автор","user":{"id":114807,"username":"samp_one","name":"samp one","avatar_template":"/user_avatar/meta.discourse.org/samp_one/{size}/257673_2.png","trust_level":1}},{"extras":"latest","description":"Последний автор, Принятый ответ","user":{"id":35474,"username":"Canapin","name":"Coin-coin le Canapin","avatar_template":"/user_avatar/meta.discourse.org/canapin/{size}/119591_2.png","trust_level":3}},{"extras":null,"description":"Частый автор","user":{"id":11208,"username":"philip_rhoades","name":"Philip Rhoades","avatar_template":"/user_avatar/meta.discourse.org/philip_rhoades/{size}/114647_2.png","trust_level":2}},{"extras":null,"description":"Частый автор","user":{"id":120090,"username":"twofoursixeight","name":"","avatar_template":"/user_avatar/meta.discourse.org/twofoursixeight/{size}/493036_2.png","flair_name":"theme_creator","flair_url":"palette","flair_bg_color":"ddd","flair_color":"111","flair_group_id":84,"trust_level":2}},{"extras":null,"description":"Частый автор","user":{"id":71232,"username":"MarcP","name":"MarcP","avatar_template":"/user_avatar/meta.discourse.org/marcp/{size}/160184_2.png","flair_name":"theme_creator","flair_url":"palette","flair_bg_color":"ddd","flair_color":"111","flair_group_id":84,"trust_level":2}}]}],"summarizable":true,"has_cached_summary":true,"is_nested_view":null,"valid_reactions":["heart","laughing","cry","exploding_head","clap","confetti_ball","hugs","chefs_kiss","100","+1","rocket","star_struck","discourse","eyes"],"can_vote":true,"vote_count":0,"user_voted":false,"discourse_zendesk_plugin_zendesk_id":null,"discourse_zendesk_plugin_zendesk_url":"https://your-url.zendesk.com/agent/tickets/","details":{"can_edit":false,"notification_level":1,"participants":[{"id":31832,"username":"Ivan_Rapekas","name":"","avatar_template":"/user_avatar/meta.discourse.org/ivan_rapekas/{size}/248924_2.png","post_count":3,"primary_group_name":null,"flair_name":null,"flair_url":null,"flair_color":null,"flair_bg_color":null,"flair_group_id":null,"trust_level":2},{"id":8571,"username":"tobiaseigen","name":"Tobias Eigen","avatar_template":"/user_avatar/meta.discourse.org/tobiaseigen/{size}/539204_2.png","post_count":1,"primary_group_name":null,"flair_name":null,"flair_url":null,"flair_color":null,"flair_bg_color":null,"flair_group_id":null,"trust_level":3},{"id":91743,"username":"Holger_Winkelmann","name":"Holger Winkelmann","avatar_template":"/user_avatar/meta.discourse.org/holger_winkelmann/{size}/210442_2.png","post_count":1,"primary_group_name":null,"flair_name":null,"flair_url":null,"flair_color":null,"flair_bg_color":null,"flair_group_id":null,"trust_level":1}],"created_by":{"id":31832,"username":"Ivan_Rapekas","name":"","avatar_template":"/user_avatar/meta.discourse.org/ivan_rapekas/{size}/248924_2.png"},"last_poster":{"id":31832,"username":"Ivan_Rapekas","name":"","avatar_template":"/user_avatar/meta.discourse.org/ivan_rapekas/{size}/248924_2.png"},"links":[{"url":"https://meta.discourse.org/t/discourse-for-teams-is-here/168390/54","title":"Discourse for Teams is here!","internal":true,"attachment":false,"reflection":true,"clicks":3,"user_id":8571,"domain":"meta.discourse.org","root_domain":"discourse.org"}]},"bookmarks":[]}