# Emoji Scraping script

this script pulls some json from github and then runs code gen to
make a static array of emoji data structs.

## usage

'''bash
virtualenv env && source env/bin/activate
pip install -r requirements.txt
./emoji_scraper.py [Args]
deactivate
'''
