Skip to content

pgrimaud/weibo-user-timeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weibo user timeline PHP

Bored about chinese documentation? Easily fetch user's weibo timeline without oAuth.

Build Status Packagist Coverage Status

Installation

composer req pgrimaud/weibo-user-timeline

Usage

$api = new Api();
$api->setUserId(6356999361);
$feed = $api->getFeed();

print_r($feed);
Weibo\Hydrator\Feed Object
(
    [title] => pgrimaud 的微博rss
    [description] => YOLO
    [items] => Array
        (
            [0] => Weibo\Hydrator\Item Object
                (
                    [id] => c56dad8c9faef724e7447b0d40f829a0
                    [title] => Cute cat in snow and Iron Man : http://t.cn/RtsEHkr :) ​
                    [date] => DateTime Object
                        (
                            [date] => 2017-09-29 21:57:41.000000
                            [timezone_type] => 1
                            [timezone] => +08:00
                        )

                    [link] => http://weibo.wbdacdn.com/user/6356999361/status4157436061195251.html
                    [images] => Array
                        (
                            [0] => http://wx1.sinaimg.cn/large/006WdjVLgy1fk0s1i9h1cj31hc0zk7e9.jpg
                            [1] => http://wx2.sinaimg.cn/large/006WdjVLgy1fk0s1kuvdzj30fo0mgwgv.jpg
                        )

                )

            [1] => Weibo\Hydrator\Item Object
                (
                    [id] => 84cffeefc55881d80973ef49de597f96
                    [title] => Another Weibo ultimate test #剧版醉玲珑# #大鹏逐影之路# #我心中的警察英雄# #电影空天猎# #史上最全甜萌小说# ​
                    [date] => DateTime Object
                        (
                            [date] => 2017-09-29 20:47:27.000000
                            [timezone_type] => 1
                            [timezone] => +08:00
                        )

                    [link] => http://weibo.wbdacdn.com/user/6356999361/status4157418387172577.html
                    [images] => Array
                        (
                        )

                )

            [2] => Weibo\Hydrator\Item Object
                (
                    [id] => b666e96c68179094fb80398f8db7814d
                    [title] => #My first Weibo# :) ​
                    [date] => DateTime Object
                        (
                            [date] => 2017-09-05 22:56:00.000000
                            [timezone_type] => 1
                            [timezone] => +08:00
                        )

                    [link] => http://weibo.wbdacdn.com/user/6356999361/status4148753428858264.html
                    [images] => Array
                        (
                        )

                )

        )

)

FAQ

How to find user's Weibo ID ?

Go to user's profile page > click on "Photos" or "Album"

UserId is : http://photo.weibo.com/{userId}/talbum/detail/photo_id/xxxxxxxx

About

Easily fetch any user's weibo timeline without oAuth

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages