Scrape twitter profiles with this unofficial Api

--

In this post we will fetch the twitter user’s info like location, date of birth, followers etc. Following are the steps to follow:-

  1. Install bot-studio
pip install bot-studio

2. Import bot-studio

3. Create twitter object to open automated browser for twitter.

4. Fetch user’s info

--

--