2016-12-29 22 views

答えて

0

そのツイートの作者、またはretweeted/quoted status tryを試してみてください。

status = api.get_status(id) 
author = status.author 
retweeted_status_author = status.retweeted_status.author 
quoted_status_author = status.quoted_status.author 
関連する問題