| 1 |
------------------------
|
| 2 |
DAILYTWITTER MODULE README
|
| 3 |
------------------------
|
| 4 |
|
| 5 |
This is a module that pulls a list of twitter posts done by a particular user
|
| 6 |
over the course of a day, puts them in a nice little list, and adds them
|
| 7 |
to said user's blog. Sound like LoudTwitter? That's precisely what it's
|
| 8 |
goal is, except run within your Drupal site instead of an external site.
|
| 9 |
|
| 10 |
This module does not have a home on Drupal's site yet, therefore the following
|
| 11 |
is just a stub for what I hope will soon be the case:
|
| 12 |
|
| 13 |
Send comments via the issues queue on drupal.org:
|
| 14 |
http://drupal.org/project/issues/dailytwitter
|
| 15 |
|
| 16 |
------------------------
|
| 17 |
REQUIREMENTS
|
| 18 |
------------------------
|
| 19 |
|
| 20 |
This module requires a supported version of Drupal and cron to be
|
| 21 |
running. For this to work reasonably, cron needs to be running at
|
| 22 |
least once a day.
|
| 23 |
|
| 24 |
------------------------
|
| 25 |
INSTALLATION
|
| 26 |
------------------------
|
| 27 |
|
| 28 |
1. Extract the dailytwitter module directory, including all its subdirectories,
|
| 29 |
into your sites/all/modules directory.
|
| 30 |
|
| 31 |
2. Enable the dailytwitter module on the:
|
| 32 |
Administer >> Site building >> Modules page.
|
| 33 |
The database tables will be created automagically for you at this point.
|
| 34 |
|
| 35 |
3. Modify permissions on the Administer >> Users >> Permissions page.
|
| 36 |
|
| 37 |
4. To enable daily twitter posts, click on the "Daily Tweets" section in
|
| 38 |
your "My account" page. Or, similarly go to another user's
|
| 39 |
account page at user/<user_id_here> to modify his or her personal settings.
|
| 40 |
|
| 41 |
------------------------
|
| 42 |
AUTHOR / MAINTAINER
|
| 43 |
------------------------
|
| 44 |
|
| 45 |
Daniel Henninger <daniel@vorpalcloud.org> is the author and maintainer.
|
| 46 |
|
| 47 |
------------------------
|
| 48 |
RELATED PROJECTS & ALTERNATIVES
|
| 49 |
------------------------
|
| 50 |
|
| 51 |
http://drupal.org/project/twitter
|
| 52 |
|
| 53 |
------------------------
|
| 54 |
WISHLIST
|
| 55 |
-----------------------
|
| 56 |
|
| 57 |
- Options for the way the summaries look.
|