save_friends.py 文件源码

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

项目:TwitterFriends 作者: mgmacias95 项目源码 文件源码
def get_and_save_friends(user_id):
    global n_calls
    for friend in tweepy.Cursor(api.friends, user_id=user_id, count=200).items():
        save_user(friend)

# Las claves de acceso a twitter están definidas como variables de entorno
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号