Skip to content

Instantly share code, notes, and snippets.

View ahandsel's full-sized avatar
🏠
Working from home

Genji ahandsel

🏠
Working from home
View GitHub Profile
@ahandsel
ahandsel / 0_JS_Promise_Workshop.md
Last active January 29, 2021 02:40 — forked from will-yama/part1_asynchronous_processing1.js
Introduction to Promises

Kintone x Intro to JavaScript Promises Workshop

Thank you for attending our Kintone x JS Promises workshop!

Here are steps you get you started with our workshop:

Step 1 - Download the Files

Click here or the Download Zip button on the upper right corner for all the code & slides you need for our workshop!

@ahandsel
ahandsel / youtube_migrate.py
Created April 26, 2020 10:46 — forked from skhzhang/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: