📅  最后修改于: 2022-03-11 14:46:33.555000             🧑  作者: Mango
auth = tweepy.OAuthHandler(consumer_key, consumer_secret)
auth.set_access_token(key, secret)
api = tweepy.API(auth)
api.update_status('tweepy + oauth!')