Wanna scrape youtube channel details in 5 lines of code?

--

Here we will see how to fetch youtube channel info by using bot-studio library. You can get channel info with simple python function.

Below are the steps with code:-

  1. Install bot-studio
pip install bot-studio

2. Import bot-studio

3. Now fetch channel info by passing channel link inside the function channel_link.

--

--