Skip to content

Instantly share code, notes, and snippets.

pip install superset
Collecting superset
Collecting PyHive>=0.3.0 (from superset)
Collecting flask-script==2.0.5 (from superset)
Collecting cryptography==1.7.2 (from superset)
Using cached cryptography-1.7.2.tar.gz
Collecting flower==0.9.1 (from superset)
Collecting gunicorn==19.7.1 (from superset)
Using cached gunicorn-19.7.1-py2.py3-none-any.whl
Collecting pandas==0.20.2 (from superset)
@shafaq
shafaq / angel_spider.py
Created April 23, 2016 20:33
ScrapyJS not waiting for the page to load
import scrapy
from investor.items import InvestorItem
from investor.investorloader import InvestorLoader
from scrapy.loader.processors import TakeFirst, MapCompose, Join, Identity
from selenium import webdriver
from selenium.webdriver.common.by import By
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.support import expected_conditions as EC
from selenium.common.exceptions import TimeoutException, NoSuchElementException