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:
| """ 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() |
| """ 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") |
I hereby claim:
To claim this, I am signing this object:
| // ==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 |