Tonight I found a code snippet (not a Druapl snippet) that allows followers of a Twitter account to post to that Twitter account if they include a designated word in the content of the post.
Combined with the Drupal Twitter module functionality as it currently stands, it would allow a lot more flexibility on the sitewide twitter, enabling Twitter users to post to that sitewide Twitter without having to come, via the web, to the Drupal site.
I've thought up other solutions like Mailhandler's ability to post content to a site via email. Most SMS users can send email. But I'd prefer a Drupal implementation that integrates the strategy of the code I saw.
Check out the guy's blog post at:
http://www.3greeneggs.com/wp/web-dev/create-a-group-twitter-account/
The code is there.
Shai
Comments
Comment #1
Shai commentedFixing title of this feature request.
Comment #2
summit commentedSubscribing, wouldn't this issue not be better on Drupal 6?
greetings, Martijn
Comment #3
yngens commentedsubscribe
Comment #4
abraham commentedLet me see if I understand the request properly.
You are looking to find tweets with a specific keyword and have those posted to a single Twitter account. Correct?
I don't see this as being supported by the Twitter module out of the box but everything needed should be included to do with a little bit of code.
Comment #5
yngens commentedI am not sure if the original poster still is interested in this, since it dates back to 2008. What I am trying to achieve is to enable registered users of my Drupal installation to create nodes via e-mails (http://drupal.org/project/mailhandler takes care of this) and so that nodes automatically be tweeted.
Currently, only nodes created on the site are tweeted. Nodes created remotely (through sending e-mails) are not.
Comment #6
yngens commentedThis one is related: http://drupal.org/node/503972
Comment #7
mrf commentedI don't think this is really in the scope of this module. You should be able to post nodes to the drupal site via SMS using other modules and then have Twitter module post those for you to the site wide account that receives updates.
If you do implement this you would really want to think about locking this down to the appropriate people every step of the way.