twitter.py 文件源码

python
阅读 27 收藏 0 点赞 0 评论 0

项目:naziscore 作者: rbanffy 项目源码 文件源码
def get_profile_by_twitter_id(twitter_id):
    """Returns a JSON text from the Twitter GET users/show API.

    See https://dev.twitter.com/rest/reference/get/users/show"""
    return authenticated_get(
        'https://api.twitter.com/1.1/users/show.json?id={}'.format(
            twitter_id))
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号