Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 874 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 874 Bytes

Google Noto Animation Scraper

Per the the FAQ section of Google Noto's Animated Emojis,

How do I download everything?

Currently, there is no way to download the whole set — the world is not ready for that many simultaneously dancing emoji.

This is a script to make the world ready.

Just want the CSV?

Run

Requirements

  • ChromeDriver/Gecko. Download a compatible version of chromedriver from here and make the driver available in your $PATH.

  • Scrape

    If you want a fresh list, and not the one we already compiled for you:

    pip install -r requirements.txt
    python3 scrape.py
  • Download only

    pip install -r requirements.txt
    python3 download.py