{"id":30813050,"url":"https://github.com/annimon/effybot","last_synced_at":"2026-02-27T11:40:08.344Z","repository":{"id":144595122,"uuid":"587356390","full_name":"aNNiMON/effybot","owner":"aNNiMON","description":"Telegram ffmpeg bot for re-encoding media","archived":false,"fork":false,"pushed_at":"2025-08-30T15:45:49.000Z","size":238,"stargazers_count":9,"open_issues_count":0,"forks_count":16,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-30T17:37:41.919Z","etag":null,"topics":["ffmpeg","telegram","telegram-bot","yt-dlp"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aNNiMON.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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-01-10T15:05:41.000Z","updated_at":"2025-08-30T15:45:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"ef14c284-294f-4e3d-b8ba-86d9dc746d54","html_url":"https://github.com/aNNiMON/effybot","commit_stats":null,"previous_names":["annimon/effybot"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/aNNiMON/effybot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aNNiMON%2Feffybot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aNNiMON%2Feffybot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aNNiMON%2Feffybot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aNNiMON%2Feffybot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aNNiMON","download_url":"https://codeload.github.com/aNNiMON/effybot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aNNiMON%2Feffybot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273873978,"owners_count":25183364,"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","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["ffmpeg","telegram","telegram-bot","yt-dlp"],"created_at":"2025-09-06T07:35:06.733Z","updated_at":"2026-02-27T11:40:08.334Z","avatar_url":"https://github.com/aNNiMON.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# effybot (formerly ffmpegbot)\n\nTelegram Bot for re-encoding media\n\n## Features\n\n - change a video resolution, bitrate, frame rate, speed\n - change an audio bitrate, volume, pitch\n - apply audio effects, compressor\n - extract or remove audio from the video\n - resend video note as a regular video, or video as an audio track\n - output audio spectrum for quick analysis\n\n## Requirements\n\n - Telegram bot username and token, [@BotFather](https://t.me/BotFather)\n - JRE 17+ or JDK 17+ (for build)\n - `ffmpeg` must be installed and available in `PATH`.\n - `python3` version 3.8+ must be installed and available in `PATH`.\n - `yt-dlp` for `/dl` command.\n\n## Installation\n\n### Manual\n\n```bash\n# Build\n./gradlew shadowJar\n# Config\ncp effybot.yaml.template effybot.yaml\nvim effybot.yaml\nmkdir {input,output}\n# Run\njava -jar ./build/libs/effybot-1.3-SNAPSHOT-all.jar\n```\n\n\n### Using Docker\n\nNote: FFmpeg binary might be installed with limited number of filters and codecs. Some bot features might not work (Audio pitch, robot effect, etc.).\n\n```bash\ndocker run -d -t -i \\\n  -e BOT_TOKEN='...' \\\n  -e APP_ID='...' \\\n  -e APP_HASH='...' \\\n  -e SUPERUSERS='12345' \\\n  -e ALLOWED_USERS='12346,12347' \\\n  --name effybot ghcr.io/annimon/effybot:latest\n```\n\n#### Environment variables\n\n - `BOT_TOKEN` — Telegram bot token\n - `APP_ID` — Telegram API app_id (see https://core.telegram.org/api/obtaining_api_id)\n - `APP_HASH` — Telegram API app_hash\n - `SUPERUSERS` — Comma-separated list of superusers. Superuser can execute /run command\n - `ALLOWED_USERS` — Comma-separated list of allowed user ids\n\n## TUI version\n\nTerminal UI alternative: [effy](https://github.com/aNNiMON/effy)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fannimon%2Feffybot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fannimon%2Feffybot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fannimon%2Feffybot/lists"}