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.68k stars 2.71k forks source link

Twint ignores c.Output = "data.txt" #923

Open edward21596 opened 3 years ago

edward21596 commented 3 years ago

Is there any way to get information like replies_count, retweets_count, likes_count or tweets_count?

I used to use c.Output = "data.txt" but it doesn't work.

Using tlist = c.search_tweet_list does not get this information.

I have installed twint from pip install --user --upgrade git + https://github.com/yunusemrecatalcam/twint.git@twitter_legacy2 with python 3.8

If I use pip install twint, it doesn't work as it stays CRITICAL: root: twint.run: Twint: Feed: noDataExpecting value: line 1 column 1 (char 0)

azraelmt commented 3 years ago

Read carefully the post by @yunusemrecatalcam in #917 . He explicitly says "timestamps, fav-rt counts does not return with this page but it is the best option for now". So no, currently there isnt any way but I hope in the future we will able to do that just like the old times.