Skip to content

Instantly share code, notes, and snippets.

View jmatamatics's full-sized avatar

Joseph Mata jmatamatics

  • Zeta-Global
View GitHub Profile
@jmatamatics
jmatamatics / Selenium
Created December 2, 2017 23:59
Scraping Instagram for hastags
from time import sleep
from selenium import webdriver
from selenium.webdriver.common.action_chains import ActionChains
from selenium.webdriver.common.keys import Keys
from selenium.common.exceptions import TimeoutException
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.support import expected_conditions as EC
from selenium.webdriver.common.by import By
import csv
@jmatamatics
jmatamatics / server.R
Last active October 22, 2017 21:58
Code for leading causes of death in NYC from 2007-2014
library(shiny)
library(ggplot2)
library(dplyr)
load("death.Rdata")
#death <- read_csv(leadingdeath/death.csv)
shinyServer(function(input, output) {
output$header <- renderText({