Skip to content

Instantly share code, notes, and snippets.

View whiteorchid's full-sized avatar

whiteorchid

View GitHub Profile
@pontikos
pontikos / genecards_scraper.py
Created July 26, 2016 10:38
genecards python scraper uses selenium and phantomjs to circumvent Incapsula
from __future__ import print_function
import sys
import re
from selenium import webdriver
from random import randint
from time import sleep
dr = webdriver.PhantomJS()
#dr.get('http://www.genecards.org')