{"id":20810932,"url":"https://github.com/exposedcat/ethereal-y","last_synced_at":"2026-04-28T04:34:03.228Z","repository":{"id":41983304,"uuid":"433975321","full_name":"ExposedCat/ethereal-y","owner":"ExposedCat","description":"Multifunctional Telegram assistant","archived":false,"fork":false,"pushed_at":"2023-11-09T16:17:26.000Z","size":7741,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-18T14:34:15.457Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://ethereal-y.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ExposedCat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-12-01T20:30:08.000Z","updated_at":"2023-11-04T01:00:17.000Z","dependencies_parsed_at":"2023-11-09T16:24:32.710Z","dependency_job_id":"99993580-0c39-48f7-96bb-2cf35b2dc321","html_url":"https://github.com/ExposedCat/ethereal-y","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExposedCat%2Fethereal-y","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExposedCat%2Fethereal-y/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExposedCat%2Fethereal-y/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExposedCat%2Fethereal-y/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ExposedCat","download_url":"https://codeload.github.com/ExposedCat/ethereal-y/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243158973,"owners_count":20245669,"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":[],"created_at":"2024-11-17T20:29:02.289Z","updated_at":"2026-04-28T04:34:03.203Z","avatar_url":"https://github.com/ExposedCat.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cimg src=\"/logo.jpg\" alt=\"Ethereal Y\" width=\"192\" height=\"192\"/\u003e\u003cbr\u003e\n  Ethereal Y\n\u003c/h1\u003e\n\n[![Visits Badge](https://badges.pufler.dev/visits/exposedcat/ethereal-y)](https://github.com/ExposedCat)\n[![](https://img.shields.io/badge/Telegram-Ethereal%20Y-informational?style=flat\u0026logo=telegram\u0026logoColor=26A5E4\u0026color=26A5E4)](https://t.me/ethereal-y)\n[![](https://img.shields.io/badge/Telegram-Developer-informational?style=flat\u0026logo=telegram\u0026logoColor=26A5E4\u0026color=gold)](https://t.me/ExposedCatDev)\n\n## ⭐️ Features\n\n`[expression]` - Replace with specified expression without square brackets.  \n`{Reply}` - Requires reply message.\n`{Photo}` - Command must be specified as photo caption (photo must be non-compressed).\n\n### Roleplay\n\nSends roleplay message with specified action.\n\n```\n/do [action]\n```\n\n### RegExp Replacement\n\nSends message with specified replacements.\n\n```\n/re [flags1]/[expression1]/[replacement1]\n...\n[flagsN]/[expressionN]/[replacementN]\n```\n\n`flags` can be omitted.\n\n### Reminders\n\nSends specified note at specified date and time with tagging all subsribers.\n\n```\n/reminder [date] [time] [note]\n/reminder 31.01 12:34 Note\n/reminder today 12:34 Note\n/reminder tomorrow 12:34 Note\n```\n\n### Broadcast\n\n`{Reply}` `{Full rights}`  \nSends specified message to all groups to which this bot was added.\n\n```\n/broadcast\n```\n\n### Vote for restriction\n\n`{Reply}`\nCreates poll to mute (Read-Only mode) or kick chat member. Restriction is applied after positive votes of 30% of group members.\n\n```\n/voteban\n/votemute\n```\n\n### Send anonymous message\n\nSends given text message and deletes sender.\n\n```\n/anon [text]\n```\n\n### Recurring reminders\n\nSends specified note every time by specified [time rule](https://crontab.guru) with tagging all subsribers.\n\n```\n/cron [time rule] [note]\n/cron 30 */1 * * * Note\n```\n\n### Triggers\n\nSends specified message when specified keyword is sent (or deletes trigger).\n\n#### Add\n\n`{Reply}`  \n`-r` use regular expression as trigger\n`-s` makes trigger case-sensitive. Removes `i` flag if `-r` is specified\n\n```\n/bind [keyword]\n/bind -s [keyword]\n/bind -r [keyword]\n/bind -r -s [keyword]\n```\n\n#### Add trigger to delete\n\n`{Reply}`\n`-r` use regular expression as trigger\n`-s` makes trigger case-sensitive. Removes `i` flag if `-r` is specified\n\n```\n/bind_delete [keyword]\n/bind_delete -s [keyword]\n```\n\n#### Remove\n\n```\n/unbind [keyword]\n```\n\n#### Show group triggers\n\n```\n/bindings\n```\n\n### Restrictions\n\nRestricts specified user.\n\n#### Read-only mode (mute)\n\n`{Reply}` `{Admin rights}`\n\n```\n/mute\n/mute [time in minutes]\n```\n\n#### Remove all restrictions\n\n`{Reply}` `{Admin rights}`\n\n```\n/unmute\n```\n\n#### Kick user (ban)\n\n`{Reply}` `{Admin rights}`\n\n```\n/ban\n```\n\n### Add UA flag frame to images\n\nGenerates rounded image with ukrainian flag background and frame.\n\n`{Photo}`\n\n```\n/ua_frame\n```\n\n## 🏗️ Forking\n\n```\ngit clone https://github.com/ExposedCat/ethereal-y.git\ncd ethereal-y\nrm -r .git\nnpm install\n```\n\nCopy `.env.example` to `.env`, set `TOKEN`, then run bot with `npm start`\n\n## 🐋 Containers\n\n```\ncp .env.example .env\n# edit TOKEN in .env\ndocker compose up --build -d\n```\n\nStop:\n\n```\ndocker compose down\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexposedcat%2Fethereal-y","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexposedcat%2Fethereal-y","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexposedcat%2Fethereal-y/lists"}