diff --git a/source/_posts/2017-06-09-introducing-the-drupal-meetups-twitterbot.md b/source/_posts/2017-06-09-introducing-the-drupal-meetups-twitterbot.md
new file mode 100644
index 00000000..5a631f22
--- /dev/null
+++ b/source/_posts/2017-06-09-introducing-the-drupal-meetups-twitterbot.md
@@ -0,0 +1,28 @@
+---
+title: Introducing the Drupal Meetups Twitterbot
+tags:
+ - twitter
+ - php
+draft: true
+---
+{% block excerpt %}
+
+
+The [Drupal Meetups Twitterbot][0] is a small project that I worked on a few months ago, but hadn't got around to promoting yet. It’s intention is to provide [one Twitter account][1] where people can get the up to date news from various Drupal meetups.
+{% endblock %}
+
+{% block content %}
+
+
+The [Drupal Meetups Twitterbot][0] is a small project that I worked on a few months ago, but hadn't got around to promoting yet. It’s intention is to provide [one Twitter account][1] where people can get the up to date news from various Drupal meetups.
+
+It works by having a whitelist of [Twitter accounts and hashtags][2] to search for, uses [Codebird][3] to query the Twitter API and retweets any matching tweets on a scheduled basis.
+
+If you would like your meetup group to be added to the list of searched accounts, please [open an issue][4] on the GitHub repo.
+{% endblock %}
+
+[0]: https://github.com/opdavies/drupal-meetups-twitterbot
+[1]: https://twitter.com/drupal_meetups
+[2]: https://github.com/opdavies/drupal-meetups-twitterbot/blob/master/bootstrap/config.php
+[3]: https://www.jublo.net/projects/codebird/php
+[4]: https://github.com/opdavies/drupal-meetups-twitterbot/issues/new
diff --git a/source/assets/images/blog/drupal-meetups-twitterbot.png b/source/assets/images/blog/drupal-meetups-twitterbot.png
new file mode 100644
index 00000000..6b2ac07a
Binary files /dev/null and b/source/assets/images/blog/drupal-meetups-twitterbot.png differ