Tweepy - How to add user to specific list
问题 I'm trying to make multiple actions in one run retweet the tweets with a specific hashtag and add a user to list (already created list). I get to error message that [{'code': 108, 'message': 'Cannot find specified user.'}] # Import Tweepy, sleep, credentials.py import tweepy from time import sleep from credentials import * # Access and authorize our Twitter credentials from credentials.py auth = tweepy.OAuthHandler(consumer_key, consumer_secret) auth.set_access_token(access_token, access