How I automated subscribing to 1000+ YouTube channels using JavaScript

How I automated subscribing to 1000+ YouTube channels using JavaScript

So, I had a new google account and I wanted all my old channels which I had subscribed to in my old account. The simple way was to just open the account’s channel page and subscribe to all the channels one by one by manually clicking them.

Initially, I started with manually clicking the subscribe button for every channel that was there in my old account. It was time-consuming and a boring task.

And then I got an idea to use my JavaScript skills to automate this task. So, I quickly wrote a small script (it took me less than an hour) to automate this task.

Here’s how it works

Youtube Auto Subscriber in Action
Youtube Auto Subscriber in Action

That’s it. I know this is a very small thing. But to me applying my knowledge to solve problems is something I really love. I totally enjoyed the coding part.

Here’s the GitHub link of it. Please feel free to fork or raise a pull request. Any contribution or suggestions are welcome.

Subscribe to abdulghani.tech

And get the latest articles delivered right to your inbox!