我正在使用Python Tweepy来抓取Twitter上的用户信息。目前,我在抓取姓名、关注者数量和关注者数量等信息方面没有问题,但我无法找到使用当前代码获取生物文本数据的方法。我当前的代码是: test = api.lookup_users(user_ids=['*432899325239793259(arbitrary number)*'])
for user in test:
print(user, user.name, user.created_at, user.friends_count, user.followers_count)
exit() 我已经
我试图有一个“产品”页面显示一个特定用户的简介和图片。我有下面的代码,但它不断拉当前登录的用户的简介和图片,这不是我想要的。一旦我注销,我就会收到Call to a member function getBlurb() on a non-object错误消息。有没有办法拉出特定用户的"blurb“和"Picture”字段?
public function executeShow(sfWebRequest $request)
{
$this->car = $this->getRoute()->getObject();
$seller_id =