twintproject / twint

An advanced Twitter scraping & OSINT tool written in Python that doesn't use Twitter's API, allowing you to scrape a user's followers, following, Tweets and more while evading most API limitations.
MIT License
15.64k stars 2.72k forks source link

Getting an error with 'tweet' object has no attribute replace #1411

Open charliehawco opened 2 years ago

charliehawco commented 2 years ago
  File "C:\Users\******\twint_v3\lib\site-packages\twint\output.py", line 123, in _output
    print(output.replace('\n', ' '))
AttributeError: 'tweet' object has no attribute 'replace'