Scrape Photos from twitter feed with this python code

--

In this story we will fetch the image src on the twitter feed. In other words it will fetch the image links of images shown on twitter feed. We will use bot-studio library. Following is the code with steps:-

  1. Install bot-studio
pip install bot-studio

2. Import bot-studio

3. Open the feed of twitter

4. Fetch the links and scroll along with to fetch more data.

--

--

No responses yet