EmojisParser is a Python-based tool designed to download emojis and stickers from almost any public server.
- Emoji Parsing: Extract emojis from multiple directories and organize them efficiently.
- Sticker Parsing: Handle stickers alongside emojis.
- JSON Response Handling: Parse and process JSON response files for metadata.
- Output Management: Organize parsed assets into structured output directories.
-
Clone the repository to your local machine:
git clone https://github.com/FanaticExplorer/EmojiesParser.git cd EmojiesParser -
Install the dependencies:
Using pip:
pip install .Or using
uv:uv sync
-
Run the script:
python main.py
Or using
uv:uv run main.py
The project follows this structure:
EmojiesParser/
├── main.py
├── ...
├── output/
│ ├── archlinux/
│ │ ├── response.json
│ │ ├── emojis/
│ │ └── stickers/
│ └── ...
Contributions are welcome! If you have ideas for new features or improvements, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
