Merge branch 'remove-bower' into develop
This commit is contained in:
commit
2b39e03d02
17 changed files with 103 additions and 33 deletions
source
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
title: Introducing the Drupal Meetups Twitterbot
|
||||
tags:
|
||||
- twitter
|
||||
- php
|
||||
---
|
||||
{% block excerpt %}
|
||||
<img src="/assets/images/blog/drupal-meetups-twitterbot.png" alt="" class="is-centered">
|
||||
|
||||
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 %}
|
||||
<img src="/assets/images/blog/drupal-meetups-twitterbot.png" alt="" class="is-centered">
|
||||
|
||||
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
|
BIN
source/assets/images/blog/drupal-meetups-twitterbot.png
Normal file
BIN
source/assets/images/blog/drupal-meetups-twitterbot.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 285 KiB |
|
@ -10,9 +10,9 @@ use: [posts]
|
|||
|
||||
## Bio
|
||||
|
||||
[Oliver Davies][1] ([@{{ site.twitter.name }}][2]) has been building websites since 2007, specialising in PHP and Drupal since 2008, and more recently also working with Symfony, Silex, Laravel and Sculpin. He is a {{ site.work.role }} at [{{ site.companies[site.work.company].name }}][0], a Drupal core contributor and open source advocate.
|
||||
[Oliver Davies][1] ([@{{ site.twitter.name }}][2]) has been building websites since 2007, specialising in PHP and Drupal since 2008, and more recently also working with Symfony, Silex, Laravel and Sculpin. He is a {{ site.work.role }} at [{{ site.companies[site.work.company].name }}][0], a Drupal core contributor and mentor, and an open source and contribution advocate.
|
||||
|
||||
He regularly blogs and gives talks about web development and systems administration, maintains and contributes to various open source projects, and co-organises his local Drupal and PHP meetups and conferences.
|
||||
He regularly blogs and gives talks about web development and systems administration, maintains and contributes to various open source projects, and co-organises the Drupal Bristol and PHPSW meetups and DrupalCamp Bristol conference.
|
||||
|
||||
## Photo
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue