Skip to content

Instantly share code, notes, and snippets.

View skhzhang's full-sized avatar

Simon Zhang skhzhang

View GitHub Profile
@skhzhang
skhzhang / youtube_migrate.py
Last active June 30, 2020 07:04 — forked from maxpoletaev/youtube_migrate.py
Transfer YouTube subscriptions to another account
"""
Automatic migration of subscriptions to another
YouTube account with Python and Selenium.
Tested with:
- selenium 3.0
- firefox 49.0
- python 3.5
1. Install selenium from pypi: