https://github.com/loopystudios/google-noto-emoji-scraper
CSV generator for Google Noto Animations
https://github.com/loopystudios/google-noto-emoji-scraper
Last synced: 4 months ago
JSON representation
CSV generator for Google Noto Animations
- Host: GitHub
- URL: https://github.com/loopystudios/google-noto-emoji-scraper
- Owner: loopystudios
- Created: 2023-09-10T04:36:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-19T05:03:40.000Z (over 2 years ago)
- Last Synced: 2024-12-31T19:17:39.842Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 6.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Noto Animation Scraper
Per the the FAQ section of [Google Noto's Animated Emojis](https://googlefonts.github.io/noto-emoji-animation/),
> 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?](emoji-lotties.csv)
## Run
### Requirements
- ChromeDriver/Gecko. Download a compatible version of chromedriver from [here](https://googlechromelabs.github.io/chrome-for-testing/) and make the driver available in your `$PATH`.
- Scrape
If you want a fresh list, and not [the one we already compiled for you](emoji-lotties.csv):
```shell
pip install -r requirements.txt
python3 scrape.py
```
- Download only
```shell
pip install -r requirements.txt
python3 download.py
```