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
- Host: GitHub
- URL: https://github.com/mekaem/fedimojis
- Owner: mekaem
- License: wtfpl
- Created: 2024-11-10T19:43:24.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-10T19:50:44.000Z (5 months ago)
- Last Synced: 2025-02-23T01:06:29.389Z (about 2 months ago)
- Topics: emoji, fediverse, javascript, userscript
- Language: JavaScript
- Homepage: https://emojos.in
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
## Acknowledgements
@iliana for [emojos](https://github.com/iliana/emojos.in)