Skip to content

FanaticExplorer/EmojiesParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EmojisParser

Python 3.14+ uv Discord

EmojisParser is a Python-based tool designed to download emojis and stickers from almost any public server.

Showcase of how it works

Features

  • 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.

Usage

  1. Clone the repository to your local machine:

    git clone https://github.com/FanaticExplorer/EmojiesParser.git
    cd EmojiesParser
  2. Install the dependencies:

    Using pip:

    pip install .

    Or using uv:

    uv sync
  3. Run the script:

    python main.py

    Or using uv:

    uv run main.py

Directory Structure

The project follows this structure:

EmojiesParser/
├── main.py
├── ...
├── output/
│   ├── archlinux/
│   │   ├── response.json
│   │   ├── emojis/
│   │   └── stickers/
│   └── ...

Contributing

Contributions are welcome! If you have ideas for new features or improvements, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Python tool to download emojis and stickers from almost any server!

Topics

Resources

License

Stars

Watchers

Forks

Languages