[Solved] Twitter python scraping


This is because you scrape it manually, the page shows the first 20 members and loads (by the use of a AJAX call) more members dynamically if you scroll down. This behaviour does not happen when you perform a http request in python.

As Arkanosis and Odi already suggested, use the Twitter API to make requests like these.

1



solved Twitter python scraping