Scrape Trending tweets in 1 line of python code

--

Here we will fetch the data of trending on twitter using bot-studio. Below are the steps to go on with:-

  1. Install bot-studio
pip install bot-studio

2. Import bot-studio

3. Get trending data

--

--