Skip to content

Instantly share code, notes, and snippets.

""" This script bulk uploads emoji to a slack channel """
import os, time
from pyvirtualdisplay import Display
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
rootdir = 'EMOJI SOURCE'
display = Display(visible=0, size=(800, 600))
display.start()
@TApicella
TApicella / emoji_down.py
Created December 2, 2015 15:58
A way to download all emoji from a slack team
""" This script bulk downloads emoji from a slack channel """
import os, time, urllib
from pyvirtualdisplay import Display
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
display = Display(visible=0, size=(800, 600))
display.start()
driver = webdriver.Chrome("DRIVER LOCATION")

Keybase proof

I hereby claim:

  • I am tapicella on github.
  • I am tapicell (https://keybase.io/tapicell) on keybase.
  • I have a public key whose fingerprint is 0196 9E4D 82DE FBAF EBA4 84D3 0B83 5ECF 5ED5 27D0

To claim this, I am signing this object:

@TApicella
TApicella / mount_fade_out.user.js
Created October 7, 2014 07:44
Mount fade out for HabitRPG
// ==UserScript==
// Sources: http://stackoverflow.com/questions/2246901/how-can-i-use-jquery-in-greasemonkey-scripts-in-google-chrome
// @name Mount Fader
// @namespace habitRPGMountFader
// @include https://habitrpg.com/*
// @author Tom Apicella (jquery by Erik Vergobbi Vold & Tyler G. Hicks-Wright)
// @description This userscript fades out your mount when you mouse over your hero
// ==/UserScript==
// a function that loads jQuery and calls a callback function when jQuery has finished loading