Skip to content

Instantly share code, notes, and snippets.

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

Abed MAATALLA abedmaatalla

🏠
Working from home
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