An open API service indexing awesome lists of open source software.

https://github.com/mekaem/fedimojis

A script to download emojis on emojos.in
https://github.com/mekaem/fedimojis

emoji fediverse javascript userscript

Last synced: about 2 months ago
JSON representation

A script to download emojis on emojos.in

Awesome Lists containing this project

README

        

# fedimojis

This is a userscript for downloading emojis fetched on [emojos.in](https://emojos.in).

## Features

- Download all available emojis on the page.
- Progress updates for each emoji being downloaded.
- Error tracking for failed downloads.
- Compiles emojis into a zip file for download.

## Installation

To use this script, you need a user script manager like [Greasemonkey](https://www.greasespot.net/). Follow these steps:

1. **Install Greasemonkey** in your browser.
2. **Create a new script** in your user script manager.
3. **Copy and paste the code** from `fedimojis.js` into the new script.
4. **Save the script** and make sure it's enabled.

## Usage

1. Visit [emojos.in](https://emojos.in) and enter an instance.
2. Click the "Download All Emojis" button.
3. The script will begin downloading and providing progress updates.
4. A zip file containing the emojis will be generated and downloaded when complete.

## Messages

The script provides alerts and updates, showing:
- Success or failure messages for each emoji.
- Overall download status and errors.
- Total number of downloaded emojis.

## Troubleshooting

If you have issues:
- Make sure the script is installed and enabled.
- Check your browser's console for errors and file an issue if needed.

## License

This script is licensed under:

[![License: WTFPL](https://img.shields.io/badge/License-WTFPL-brightgreen.svg)](LICENSE)

## Acknowledgements

@iliana for [emojos](https://github.com/iliana/emojos.in)