I am interested to scrap all the data from a webpage that when scroll to bottom, you get new data loaded to the page. Here is an example: http://stocktwits.com/symbol/CIEN
As you can see if you scroll down the page, more data will load to the page.
How one can scrap all available data for such a page using Python?