Skip to content

Instantly share code, notes, and snippets.

View taznica's full-sized avatar

Taichi Tsuchida taznica

View GitHub Profile
@taznica
taznica / gist:356f14e770ea86cf8f5b54e83ff0e7ef
Created June 7, 2016 10:55
東北大のHPから成績取ってくるスクリプト
#!/usr/bin/env python
#coding:utf-8
from selenium import webdriver
from selenium.webdriver.common.by import By
from selenium.webdriver.support.ui import WebDriverWait
import os
import time
URL = "https://www.srp.tohoku.ac.jp/"