Emoji Packs

Rebecca T 637275 at gmail.com
Thu Dec 22 01:43:37 CST 2016


Yes, by running process.py in a directory containing
http://unicode.org/emoji/charts/full-emoji-list.html (I re-commited and
renamed data.html to full-emoji-list.html for clarity), the script will
generate images in an /img/ sub-directory. (Be careful that /img/ already
exists! Strange things might go wrong if it doesn’t.)

Also note that I’m running Python 3.5 on Windows — I’m fairly confident the
differences between platforms is fairly minor, but a certain degree of
zaniness may

So yes: the directory should look like (at a minimum):

.../repository-directory     (DIRECTORY)
    ├─▷ full-emoji-list.html (FILE)
    ├─▷ process.py           (FILE)
    └─▷ /img                 (DIRECTORY)
         │
         └─▷ ...             (OUTPUT FILES)

I hope that’s clear enough! Tell me if any of that doesn’t make sense.



On Wed, Dec 21, 2016 at 10:20 PM, Chris Monteleone <cjm2265 at gmail.com>
wrote:

> Thank you so much Rebecca, this is really above and beyond.
>
> I'm messing around with the script a bit to control how it's all
> organized/named. So here's the dumb question: How do I run the script to
> get it to pull the images from the website?
>
> First of all, when I downloaded everything from github I didn't get the
> data.html, I got '.gitignore'. Is the index page you mentioned found at
> http://unicode.org/emoji/charts/index.html? or is it one of those pages
> that lists all of the objects on a website?
>
> Once I have that, do I just run process.py?
>
> I'm so sorry for being dumb, but thanks again!
>
> Chris
>
> On Wed, Dec 21, 2016 at 12:07 PM, Rebecca T <637275 at gmail.com> wrote:
>
>> Okay, I threw something together.
>>
>> github.com/9999years/emoji has all 18,615 images from the charts, and
>> the generating script is there as process.py
>> <https://github.com/9999years/emoji/blob/master/process.py> as well!
>>
>> All the images are thrown together in one directory, but if there’s a
>> better way to organize them, please let me know!
>>
>> On Wed, Dec 21, 2016 at 10:28 AM, Chris Monteleone <cjm2265 at gmail.com>
>> wrote:
>>
>>> "Unfamiliar" would be an understatement. If you feel like putting that
>>> together it would be appreciated, but no pressure.
>>>
>>> Thank you!
>>>
>>> On Tue, Dec 20, 2016 at 11:01 PM, Rebecca T <637275 at gmail.com> wrote:
>>>
>>>> The charts include the images as inline base64, right?Parsing them out
>>>> with Python might not be a bad idea, depending on how well-organized the
>>>> HTML is. If you’re unfamiliar with it, I might be able to throw together a
>>>> quick script later.
>>>>
>>>> On Tue, Dec 20, 2016 at 10:59 PM Chris Monteleone <cjm2265 at gmail.com>
>>>> wrote:
>>>>
>>>>> Sir, you are a scholar and a gentleman. Your swift actions of charity
>>>>> are much appreciated.
>>>>>
>>>>> Now if you happen to know where I can find the same thing for Samsung,
>>>>> Facebook, and Windows that would be everything I need.
>>>>>
>>>>> Thanks!
>>>>> Chris
>>>>>
>>>>> PS
>>>>> I have spent a fair amount of time looking for these, I'm not just
>>>>> delegating my tedious work to the internets.
>>>>>
>>>>> On Tue, Dec 20, 2016 at 8:09 PM, Christoph Päper <
>>>>> christoph.paeper at crissov.de> wrote:
>>>>>
>>>>> Chris Monteleone <cjm2265 at gmail.com>:
>>>>>
>>>>>
>>>>> >
>>>>>
>>>>>
>>>>> > I would like to download emoji from every available vendor into a
>>>>> well organized folder with the code points as file names.
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> I assume you’re looking for <https://github.com/iamcal/emoji-data/>.
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://unicode.org/pipermail/unicode/attachments/20161222/a52d012d/attachment.html>


More information about the Unicode mailing list