{"id":19295709,"url":"https://github.com/xditya/channelactionsbot","last_synced_at":"2026-01-25T08:31:02.717Z","repository":{"id":44118132,"uuid":"455208191","full_name":"xditya/ChannelActionsBot","owner":"xditya","description":"Telegram bot to auto approve chat join requests.","archived":false,"fork":false,"pushed_at":"2025-04-12T14:39:45.000Z","size":353,"stargazers_count":116,"open_issues_count":0,"forks_count":203,"subscribers_count":2,"default_branch":"deno","last_synced_at":"2025-04-12T15:29:33.397Z","etag":null,"topics":["auto-approve","bot","hacktoberfest","hacktoberfest2022","telegram-bot"],"latest_commit_sha":null,"homepage":"https://channelactions.xditya.me/","language":"Fluent","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xditya.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},"funding":{"github":"xditya","ko_fi":"xditya","custom":"https://paypal.me/xditya7"}},"created_at":"2022-02-03T14:59:22.000Z","updated_at":"2025-04-10T10:23:35.000Z","dependencies_parsed_at":"2023-11-18T15:30:29.167Z","dependency_job_id":"cceca463-cb64-4c74-90a8-a8a6bcbfeeb6","html_url":"https://github.com/xditya/ChannelActionsBot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xditya/ChannelActionsBot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xditya%2FChannelActionsBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xditya%2FChannelActionsBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xditya%2FChannelActionsBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xditya%2FChannelActionsBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xditya","download_url":"https://codeload.github.com/xditya/ChannelActionsBot/tar.gz/refs/heads/deno","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xditya%2FChannelActionsBot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28749284,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T07:58:02.558Z","status":"ssl_error","status_checked_at":"2026-01-25T07:57:57.153Z","response_time":113,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["auto-approve","bot","hacktoberfest","hacktoberfest2022","telegram-bot"],"created_at":"2024-11-09T22:44:14.191Z","updated_at":"2026-01-25T08:31:02.699Z","avatar_url":"https://github.com/xditya.png","language":"Fluent","funding_links":["https://github.com/sponsors/xditya","https://ko-fi.com/xditya","https://paypal.me/xditya7"],"categories":[],"sub_categories":[],"readme":"# ChannelActionsBot\n\nCan be found on telegram as\n[@ChannelActionsBot](https://t.me/ChannelActionsBot)!\n\n## Features\n\n- Auto Approve new join requests.\n- Auto Decline new join requests.\n- Custom welcome messages.\n\n## Local Hosting\n\n[![DigitalOcean Referral Badge](https://web-platforms.sfo2.digitaloceanspaces.com/WWW/Badge%203.svg)](https://www.digitalocean.com/?refcode=7b7d6a915392\u0026utm_campaign=Referral_Invite\u0026utm_medium=Referral_Program\u0026utm_source=badge)\n\nRequirements:\n\n1. [Deno](https://deno.land/manual/getting_started/installation)\n2. npm (for pm2) (skip if you plan to [use systemd](https://grammy.dev/hosting/vps.html#systemd))\n\n### Using PM2\n\n\u003e **Note**\n\u003e The below command will install deno, npm and pm2. You do not have to manually install them.\n\n```\nwget https://raw.githubusercontent.com/xditya/ChannelActionsBot/deno/install.sh \u0026\u0026 bash install.sh\n```\n\n\u003e **Warning**\n\u003e This command is only for the first run.\n\n\u003e **Note**\n\u003e Fill up the enviromnent vars as in [.env.sample](./.env.sample) when a nano editor is opened. Use CTRL+S and CTRL+X to save and exit, and continue installation.\n\n\u003e **Note**\n\u003e For viewing logs, use `pm2 logs ChannelActions`\n\n## Deno Deploy\n\n[![Deploy Now!](https://img.shields.io/badge/Deploy%20Now-Deno%20Deploy-blue?style=for-the-badge\u0026logo=deno)](https://dash.deno.com/new?url=https://raw.githubusercontent.com/xditya/ChannelActionsBot/deno/main.ts\u0026env=BOT_TOKEN,OWNERS,MONGO_URL)\n\n\u003e [Watch the video tutorial on deploying!](https://youtu.be/hjxfJtk5ZWs)\n\n1. Open [deno deploy](https://dash.deno.com/), create a new project.\n2. [Fork](https://github.com/xditya/ChannelActionsBot/fork) the `deno` branch of\n   this repo.\n3. Search for this repo on deno deploy, set branch as deno, set file as\n   `main.ts`\n4. Add your environment vars and click \"Link\".\n5. Once done, open the deployment page, copy deployment URL, set your bot's\n   webhook using\n   `https://api.telegram.org/bot\u003cyour_bot_token_here\u003e/setWebhook?url=\u003cdeployment_url_here\u003e/\u003cyour_bot_token_here\u003e`.\n\n## Translating\n\n\u003e The bot now has multi-language support. You can pr your local language to this\n\u003e repo!\n\n### How to translate?\n\n1. Go to the [locales folder](./locales).\n2. Open any file, say [en.ftl](./locales/en.ftl).\n3. Copy the contents, make a new file under the locales directory, named\n   `lang_code.ftl`, where `lang_code` is your language code.\n4. Edit the text in the new file, save it and make a pull request to this\n   repository.\n5. That's it! The pr will be tested and merged.\n\n## Support\n\n- Telegram, [@BotzHubChat](https://t.me/BotzHubChat)\n\n## Credits\n\n- [Me](https://xditya.me) for this bot.\n- [grammY](https://grammy.dev).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxditya%2Fchannelactionsbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxditya%2Fchannelactionsbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxditya%2Fchannelactionsbot/lists"}