Bugfix rename search method following API change
This commit is contained in:
		@@ -32,7 +32,7 @@ def storeLastSeen(filename, lastSeen):
 | 
			
		||||
def searchTweets(query):
 | 
			
		||||
    print('Searching for tweets')
 | 
			
		||||
    lastSeen = getLastSeen(lastSeenFile)
 | 
			
		||||
    tweets = api.search(query, since_id=lastSeen)
 | 
			
		||||
    tweets = api.search_tweets(query, since_id=lastSeen)
 | 
			
		||||
    return tweets
 | 
			
		||||
 | 
			
		||||
def interactions():
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user