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.66k stars 2.72k forks source link

just got only a few tweets #576

Closed Nixitsumi closed 4 years ago

Nixitsumi commented 4 years ago

Issue Template

Please use this template!

Initial Check

If the issue is a request please specify that it is a request in the title (Example: [REQUEST] more features). If this is a question regarding 'twint' please specify that it's a question in the title (Example: [QUESTION] What is x?). Please only submit issues related to 'twint'. Thanks.

Make sure you've checked the following:

Command Ran

Please provide the exact command ran including the username/search/code so I may reproduce the issue.

Description of Issue

Please use as much detail as possible.

Environment Details

Using Windows, Linux? What OS version? Running this in Anaconda? Jupyter Notebook? Terminal?

1

c.Username = '676176407fy' twint.run.Search(c)

i can get just only one tweet image

2

c.Username = '676176407fy' twint.run.Profile(c)

i can get all the tweets of this user image

So ,how can i get this user's more tweets by using function Search()? please help me,thank you very mach

pielco11 commented 4 years ago

As you may see, Twitter search returns only one tweet

immagine

Probably the user is partially shadow-banned or something

There's nothing that Twint can do

Nixitsumi commented 4 years ago

thanks for your help, i'll try something else,Twint is a very nice project,thank you

pielco11 commented 4 years ago

You used Twint at its best and unfortunately there's nothing more that we can do

If you find another solution, please feel free to share! Other users might be in your same situation!