You've already forked JapariArchive
Updated code to use X account id instead of name. Updated dependencies
This commit is contained in:
@@ -28,7 +28,7 @@ class TwitterContainer():
|
||||
posts = []
|
||||
|
||||
try:
|
||||
async for tweet in botData.twApi.get_tweets(user_name = self.name, bottom_id = newest_post, all_posts = all_posts):
|
||||
async for tweet in botData.twApi.get_tweets(user_id = self.id, bottom_id = newest_post, all_posts = all_posts):
|
||||
posts.append(tweet)
|
||||
|
||||
except (UserProtected, UserNotFound) as ex:
|
||||
|
||||
Reference in New Issue
Block a user