Skip to content

Instantly share code, notes, and snippets.

View 0xv's full-sized avatar
🌴
On vacation

Nathan 0xv

🌴
On vacation
View GitHub Profile
@0xv
0xv / youtube_comment_bot.py
Created May 28, 2017 03:57 — forked from streetgt/youtube_comment_bot.py
Youtube Comment Bot - python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Python bot for comment a list of urls in YouTube
import time
import numpy as np
from selenium import webdriver
from selenium.webdriver.common.by import By
from selenium.webdriver.support.ui import WebDriverWait