Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bbelderbos/tweet-digest

An easy way to compile a Twitter digest for your site or blog
https://github.com/bbelderbos/tweet-digest

Last synced: 1 day ago
JSON representation

An easy way to compile a Twitter digest for your site or blog

Awesome Lists containing this project

README

        

README TWEET DIGEST
====================

Requirements: Twitter 1.1 API (create a twitter app)

Create a file in the toplevel src directory called config.php with the obtained credentials:

$ cat config.php
$settings = array(
'oauth_access_token' => "aaa",
'oauth_access_token_secret' => "bbb",
'consumer_key' => "ccc",
'consumer_secret' => "ddd",
);

* App: [http://bobbelderbos.com/tweetdigest/](http://bobbelderbos.com/tweetdigest/)
* About: [An easy way to compile a Twitter digest for your site or blog](http://bobbelderbos.com/2012/03/easy-way-compile-tweet-digest/)
* Developer: [Bob Belderbos](http://bobbelderbos.com/)