mirror of
https://github.com/Paillat-dev/discord-emojis.git
synced 2026-01-02 00:56:19 +00:00
Update LICENSE and add disclaimer to README (#8)
This commit is contained in:
12
README.md
12
README.md
@@ -6,6 +6,16 @@ A Python tool that automatically fetches and extracts the latest emoji data from
|
||||
|
||||
This project automatically downloads the latest Discord build from the [Discord-Datamining](https://github.com/Discord-Datamining/Discord-Datamining) repository, extracts emoji data, and saves it in a structured JSON format. It runs as a GitHub Actions workflow twice a week and opens a pull-request to keep the emoji data up-to-date, without manual intervention.
|
||||
|
||||
## Disclaimer
|
||||
|
||||
We are not affiliated, associated, authorized, endorsed by, or in any way officially connected with Discord Inc., or any of its subsidiaries or its affiliates. Some code found within this repository may be owned by Discord Inc.
|
||||
|
||||
The contents of this repository exist purely for educational purposes and its contributors do not condone sharing the content found here on any social media platform as your own.
|
||||
|
||||
The contents of this repository are subject to change at the discretion of Discord Inc. or be completely removed. Any new products or features discovered are subject to change and not guaranteed to release.
|
||||
|
||||
This repository is provided "AS IS" without warranty of any kind, either express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement.
|
||||
|
||||
## How It Works
|
||||
|
||||
- GitHub Actions workflow runs automatically twice per week
|
||||
@@ -111,4 +121,4 @@ The script will:
|
||||
3. Save the data to `build/emojis.json`
|
||||
4. Generate a hash file to track changes
|
||||
|
||||
If no changes are detected compared to the previous run, the script will exit with status code 3.
|
||||
If no changes are detected compared to the previous run, the script will exit with status code 3.
|
||||
|
||||
Reference in New Issue
Block a user