Waldemar Bleischwiz
Waldemar Bleischwiz
Hello, I got this error: Traceback (most recent call last): File "C:\Users\JustAnotherUser\Downloads\Bot\main\SoundCloud.py", line 16, in driver = webdriver.Chrome("C:\\Users\\JustAnotherUser\\Downloads\\Bot\\main\\chromedriver.exe") File "C:\Users\JustAnotherUser\Downloads\Bot\main\undetected_chromedriver\__init__.py", line 248, in __init__ options._session = self AttributeError: 'str' object...
Whats time range "Latest" in client.search_tweets(keyword, "**Latest**") covers? For example, does "Latest" refer to tweets from the past 5, 10, 60 etc. minutes?
client_user = self.client.user() tweets = client_user.get_tweets('Replies') # 'Tweets'/'Replies' Comments are not retrieved. It doesn't work with 'Tweets' either. Any suggestion?
Hello, As far as I understand, it is only possible to retrieve the DM history if a user ID is provided. But what if I don't have a user ID?...