In general you have 2 ways to get Data from websites:
1. use the way the website or service offers (e.g. API / Webservices, Downloads, etc.)
2. use a scraper which act like a browser to get the public Part (or private Part if you emulate the login).
Google Selenium Python Twitter for examples.
Happy scraping
Mf