PHP Classes
elePHPant
Icontem

Simple Twitter: Retrieve user status from Twitter

Recommend this page to a friend!
  Info   Screenshots Screenshots   View files View files (4)   DownloadInstall with Composer Download .zip   Reputation   Support forum (5)   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2009-07-27 (7 years ago) RSS 2.0 feedStarStarStarStar 67%Total: 1,910 All time: 2,000 This week: 1,081Up
Version License PHP version Categories
simpletwitter 1.1GNU General Publi...5.0HTML, PHP 5, Web services, Social Net...
Description Author

This class can be used to retrieve the statuses of Twitter users.

It can send HTTP requests to Twitter Web services API to perform several types of operations.

The class can retrieve the time line of statuses of a given Twitter user, the public time line, the statuses of the friends of a given user, the relationship between two Twitter users, search for statuses with a given text, and information about a given user.

The class can also convert URLs in the retrieved statuses into HTML links.

Picture of Tomaž Muraus
Name: Tomaž Muraus <contact>
Classes: 5 packages by
Country: Slovenia Slovenia

Details
     _________________________________________________________________

                                  README

  Content:

  1. About
  2. Description
  3. System requirements
  4. Usage


     _________________________________________________________________


  (1) ABOUT

    VERSION: 1.0
    AUTHOR: Tomaž Muraus <kami[at]k5-storitve[dot]net>
    WEBSITE: http://www.tomaz-muraus.info
    
    
  (2) DESCRIPTION

    SimpleTwitter is a simple PHP script for retrieving your twitter
    status messages and some other functionality.
    None of the actions in this class require user authentication.


  (3) SYSTEM REQUIREMENTS

    - PHP >= 5.0.0
    - 1 MB of free disk space


  (4) USAGE

    1. Include a file SimpleTwitter.php in your PHP script
    2. Create a SimpleTwitter object - first parameter is your
    twitter username.
    3. The following methods are available:
    
    getMyTimeline($limit = 10, $formatLinks = TRUE)			-> returns $limit latest status messages for your account
    getPublicTimeline($limit = 10, $formatLinks = TRUE)		-> returns $limit status messages from the public time line
    getFriendsStatus($formatLinks = TRUE)					-> returns status messages from your friends
    getUserRelationship($targetScreenname)					-> returns relationship information between your and given user account
    findTwitts($query, $formatLinks = TRUE)					-> returns status messages matching the search query
    getUserInformation()									-> returns information about your twitter account
	
	Example is located in file SimpleTwitter.example.php.
Screenshots  
  • sample_output.jpg
  Files folder image Files  
File Role Description
Plain text file SimpleTwitter.php Class Main class
Plain text file SimpleTwitter.example.php Example Usage example
Plain text file README Doc. Readme
Plain text file LICENSE Lic. License

 Version Control Unique User Downloads Download Rankings  
 0%
Total:1,910
This week:0
All time:2,000
This week:1,081Up
User Ratings User Comments (3)
 All time
Utility:85%StarStarStarStarStar
Consistency:90%StarStarStarStarStar
Documentation:75%StarStarStarStar
Examples:80%StarStarStarStarStar
Tests:-
Videos:-
Overall:67%StarStarStarStar
Rank:549
 
thanks
3 years ago (Ashok kumar kashyap)
80%StarStarStarStarStar
some methods are not working including : getFriendsStatus
4 years ago (dhanesh mane)
37%StarStar
I wasn't sure at first how to access the elements within the ...
7 years ago (Steve)
75%StarStarStarStar