Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

What Is Twitster?Put simply, Twitster is a PHP application that lets you display tweets from everyone you follow in Twitter on your own web site. What's more, you can filter those tweets by a hash tag (#example) and create your own Twitter group. You control who contributes—the people that ... [More] you follow. Installation:1. Unpack the Twitster download into the folder you want to use. (e.g. http://mysite.com/twitster/) 2. Bring up that location in your browser. Twitster will run a setup wizard the first time you access it. NOTE: You may need to make your make your Twitster directory writable (777) so the wizard can create your configuration file. For security's sake, once you run the wizard, you should delete setup.php and set the main directory permissions back to something safer, like 755. 3. Fill in the setup form. Leave the hash tag field empty if you want to display all your friend's tweets. Click "Set Up Twitster". 4. Share! Prerequisites:PHP 5.0 or greater MySQL 4.0 or greater Twitter account FAQs:We've got a running list of frequently asked questions over at the Twitster support page. See several live examples:http://plasticmind.com/hashmt/ http://ecommconf.com/2009/twitter/ http://foodblogalliance.com/twitster/ http://sxswtalk.com/ [Less]

0
 
  0 reviews  |  0 users  |  2,983 lines of code  |  0 current contributors  |  Analyzed 10 days ago
 
 

Owner/Author: Jon Loyens IntroductionTwitterVoice is a set of simple open source Django applications for working with Twitter and sponsored by Bazaarvoice. The first application provided is called 'twtribes' and allows you to create Twitter 'tribes' or groups of twitter accounts. ... [More] A tribe view collates the 'n' most recent status entries of its members and displays them. Additionally, tribes can define interest terms. The application will search for these 'interest terms' (i.e. hashtags or others) using the Twitter search API and display these on a separate page. This application would be suitable for creating a corporate Twitter user page for example. You can see an example of this application running at http://twitter.bazaarvoice.com NOTE: There is no current stable release yet. FeaturesAdd unlimited user accounts to a 'tribe' Add unlimited search terms to each 'tribe' Includes sample templates in the application Includes admin classes for Tribes and Members (members editing inline to tribe) Use an anonymous or authenticated API call to retrieve statuses per tribe (using an authenticated account can help avoid rate limiting) Control the cache length per tribe (to avoid rate limiting on the Twitter api) Control the number of recent status updates retrieved per user per tribe Tribe view templates are configurable in the url's Simple user filtering of search and status results Template tags that convert @username mentions and links into actual hyperlinks Includes utility functions to prefetch status/search results into cache from a cronjob RequirementsDjango 1.0 or greater Python Twitter API PYTZ (Python Time Zone Library) UsageCheck out the code Include the twtribes app in your project and add to your INSTALLED_APPS setting Requires a CACHE_BACKEND setting (but a file cache back end will work well for this. The cache is to avoid API rate limiting) Include the twtribes urls in your URL configs Use the admin to set up a tribe/group Todo'sNeeds testing Sign up views (allow users to register for groups) More testing AJAX views Better error messages/handling [Less]

0
 
  0 reviews  |  0 users  |  360 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

This project has been renamed TwitterVoice and moved here: http://code.google.com/p/django-twittervoice/ Thanks for checking us out.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 5 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.