Skip to content

A python selenium script to automatically subcribe to your favourite youtube channels

Notifications You must be signed in to change notification settings

Jayashakthi28/Youtube_auto_subscriber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Youtube auto subscriber

This script helps you to subscribe to your favourite youtube channels by saving you some time

Things you need :

  • Firefox Browser
  • Python
  • A decent internet connection
  • A list of youtube channnel URLs

Tutorial :

  • Install the required packages
  • Find the profile folder for mozilla firefox in which the target Google account is already signed in.
  • For eg: The profile folder in Manjaro Firefox is located in /home/username/.mozilla/firefox/ba2uc9zw.default-release
  • Replace the firefox profile folder in the firefoxProfileFolder variable of the sub.py file
  • Run the sub.py file

Get Old Youtube account Data :

  • Visit Google Takeout and signin in with your old account.
  • Select Youtube and youtube music.
  • Click on Export.
  • You will get a link to download the data in your email.

Commands :

git clone git@github.com:Jayashakthi28/Youtube_auto_subscriber.git
cd Youtube_auto_subscriber
python -m venv env
source ./env/bin/activate
pip install -r requirements.txt
python sub.py

Give a Star if you like it

About

A python selenium script to automatically subcribe to your favourite youtube channels

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages