{"id":20008178,"url":"https://github.com/charleprr/emojicon","last_synced_at":"2025-05-04T19:34:36.229Z","repository":{"id":40772246,"uuid":"306939018","full_name":"charleprr/emojicon","owner":"charleprr","description":"A Discord bot that converts images into emojis","archived":false,"fork":false,"pushed_at":"2024-04-14T12:58:11.000Z","size":3461,"stargazers_count":16,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-08T11:12:41.513Z","etag":null,"topics":["bot","discord","discord-bot","discordjs","emojis","nodejs"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/charleprr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2020-10-24T17:45:45.000Z","updated_at":"2025-03-30T01:03:27.000Z","dependencies_parsed_at":"2024-04-15T12:55:04.017Z","dependency_job_id":null,"html_url":"https://github.com/charleprr/emojicon","commit_stats":null,"previous_names":["charleprr/emojicon"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charleprr%2Femojicon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charleprr%2Femojicon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charleprr%2Femojicon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charleprr%2Femojicon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/charleprr","download_url":"https://codeload.github.com/charleprr/emojicon/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252389997,"owners_count":21740238,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bot","discord","discord-bot","discordjs","emojis","nodejs"],"created_at":"2024-11-13T07:08:43.367Z","updated_at":"2025-05-04T19:34:35.122Z","avatar_url":"https://github.com/charleprr.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://cdn.discordapp.com/emojis/768872298383933531.png?v=1\" width=\"96\"/\u003e\u003cbr/\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003e\n    Emojicon\n\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://nodejs.org/en/\"\u003e\n        \u003cimg alt=\"NodeJS\" src=\"https://img.shields.io/badge/NodeJS-16.6+-07a31e.svg\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/charleprr/emojicon/releases\"\u003e\n        \u003cimg alt=\"Release\" src=\"https://img.shields.io/badge/Release-v2.1.1-1389BF.svg\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/charleprr/emojicon/blob/main/LICENSE\"\u003e\n        \u003cimg alt=\"License\" src=\"https://img.shields.io/badge/License-GNU_GPLv3-F56831.svg\"\u003e\n    \u003c/a\u003e\u003cbr/\u003e\n    \u003ca href=\"https://github.com/charleprr/emojicon#overview\"\u003eOverview\u003c/a\u003e •\n    \u003ca href=\"https://github.com/charleprr/emojicon#installation\"\u003eInstallation\u003c/a\u003e •\n    \u003ca href=\"https://github.com/charleprr/emojicon#contributing\"\u003eContributing\u003c/a\u003e •\n    \u003ca href=\"https://github.com/charleprr/emojicon#license\"\u003eLicense\u003c/a\u003e\n\u003c/p\u003e\n\n## Overview\n\nA Discord bot that converts images into emojis!\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://i.imgur.com/tkdEI4M.png\" height=\"340\"/\u003e\n\u003c/p\u003e\n\nIt supports image formats that are supported by [Jimp](https://github.com/oliver-moran/jimp) (`JPEG`, `PNG`, `BMP`, `TIFF` and `GIF`) and works with default emojis, custom emojis, image links and attachments. The size can be customized, up to 30x50 emojis in server channels and 50x200 emojis in direct messages.\n\n[Invite the bot](https://discord.com/api/oauth2/authorize?client_id=591203757287538690\u0026permissions=274878188544\u0026scope=bot+applications.commands) to your server.\n\n## Installation\n\nRun `npm install` to install dependencies.\n\nCreate a new `config.json` file at the root of the project directory, as such:\n\n```js\n{\n    \"token\": \"\", // Your bot's token\n    \"owner\": \"\", // Your user ID (optional)\n    \"blank\": \"\", // A transparent emoji (optional)\n    \"logs\":  \"\"  // A Discord channel ID for logs (optional)\n}\n```\n\nRun `npm start` to start the bot.\n\n## Contributing\n\nI am always looking for improvements, feel free to contribute to this project!\u003cbr/\u003e\nYou can star this repository, send suggestions and ideas, open issues and create pull requests.\n\n## License\n\nReleased under the [GNU GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html) License.\u003cbr/\u003e\nEmoji assets are from [Twemoji](https://github.com/twitter/twemoji) and licensed under [CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharleprr%2Femojicon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcharleprr%2Femojicon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharleprr%2Femojicon/lists"}