# Wiki sync plugin

**URL:** https://meta.discourse.org/t/wiki-sync-plugin/48946
**Category:** Development
**Created:** [August 21, 2016, 12:39pm UTC](https://meta.discourse.org/t/wiki-sync-plugin/48946 "2016-08-21T12:39:53Z")
**Posts on this page:** 1
**Showing post:** 8

<div class="post-metadata">

### Author: ![Lapinot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lapinot/32/60809_2.png) [@Lapinot](https://meta.discourse.org/u/Lapinot)
#### Post date: [August 22, 2016, 10:14am UTC](https://meta.discourse.org/t/wiki-sync-plugin/48946/8 "2016-08-22T10:14:58Z")

</div>

@erlend_sh Nice, I totally missed these topics while researching around meta.. Learndiscourse seems like the exact same thing I want to achieve, I will take a closer look and probably take it as base. It seems like querying discourse periodically with the API is the way to go.

@Overgrow The advantages of being static is that you have much better performance and security. And actually, my content is not going to change so often (I think one rebuild every day will really be enough). Moreover I am not really fluent in ruby (agreed, syntax is simple, especially coming from python) and really not used to frontend development.

Edit: I started doing some bot periodic scanning/watching of the topics with a python scripts using the discourse API but I just stumbled over this topic:

> [@Configure webhooks that trigger on Discourse events to integrate with external services](https://meta.discourse.org/t/setting-up-webhooks/49045):
>
> A webhook is a way to notify external services about changes on the internet. It’s easier to setup, manage and develop than a Discourse plugin. Though, it does require you to program a little bit or understand its technical details. In this #howto, I’ll set up webhook to power a Github bot for referencing pull request brought in a forum. We’ll want to see a new comment on Github pull request when a new post has a link to it. It’s a very simple process: Publish a new post. A webhook event happ…

It might be the exact thing I want: some server side hook watching for topic/posts edit events.

---

_[View the full topic](https://meta.discourse.org/t/wiki-sync-plugin/48946)._
