{"id":42510886,"url":"https://github.com/arkits/chaddi-tg","last_synced_at":"2026-01-28T14:11:42.685Z","repository":{"id":50823183,"uuid":"173553363","full_name":"arkits/chaddi-tg","owner":"arkits","description":"A tailor made Telegram Bot written in Python3","archived":false,"fork":false,"pushed_at":"2026-01-20T02:36:05.000Z","size":4146,"stargazers_count":6,"open_issues_count":1,"forks_count":12,"subscribers_count":4,"default_branch":"master","last_synced_at":"2026-01-20T09:31:49.252Z","etag":null,"topics":["bot","hacktoberfest","python-telegram-bot","python3","telegram-bot"],"latest_commit_sha":null,"homepage":"https://t.me/chaddibot","language":"Python","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/arkits.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2019-03-03T09:11:50.000Z","updated_at":"2026-01-20T02:36:10.000Z","dependencies_parsed_at":"2025-10-31T07:17:14.030Z","dependency_job_id":null,"html_url":"https://github.com/arkits/chaddi-tg","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/arkits/chaddi-tg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkits%2Fchaddi-tg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkits%2Fchaddi-tg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkits%2Fchaddi-tg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkits%2Fchaddi-tg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arkits","download_url":"https://codeload.github.com/arkits/chaddi-tg/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkits%2Fchaddi-tg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28846058,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T13:02:32.985Z","status":"ssl_error","status_checked_at":"2026-01-28T13:02:04.945Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["bot","hacktoberfest","python-telegram-bot","python3","telegram-bot"],"created_at":"2026-01-28T14:11:41.915Z","updated_at":"2026-01-28T14:11:42.676Z","avatar_url":"https://github.com/arkits.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n    Chaddi Bot for Telegram\n\u003c/h1\u003e\n\u003cdiv align=\"center\"\u003e\n\u003cem\u003e\n    A feature-rich Telegram Bot written in Python, powered by AI and community-driven fun.\n\u003c/em\u003e \n\u003cbr\u003e \u003cbr\u003e \u003cbr\u003e\n\u003c/div\u003e\n\n## About\n\nChaddi Bot is a comprehensive Telegram bot designed to enhance group chats with a variety of utilities, economy features, AI integrations, and fun mini-games.\n\n## Features\n\n### 🤖 AI \u0026 Utilities\n- **Music Link Converter**: Automatically detects music links (Spotify, Apple Music, YouTube, etc.) and provides links for all other platforms.\n- **`/ask`**: Ask ChatGPT anything! (Costs ₹okda).\n- **`/dalle`**: Generate images using DALL-E.\n- **`/translate`**: Translate any message into English.\n- **WebM to MP4**: Automatically converts WebM videos to MP4 for better compatibility.\n\n### 💰 Economy (₹okda)\n- **`/rokda`**: Check your current balance of ₹okda.\n- **`/daan`**: Transfer ₹okda to other users.\n- **`/gamble`**: Try your luck at the Chaddi Casino!\n\n### 🎉 Fun \u0026 Games\n- **`/roll`**: Roll the dice.\n- **`/quotes`**: Save and showcase memorable messages from your group.\n- **`/remind`**: Set reminders (e.g., `/remind 5m \"Chai break\"`).\n- **`/mom`**: Mom jokes and insults.\n\n### 🛡️ Group Management\n- **Command Restrictions**: Admins can enable or disable specific commands for their group via the web dashboard.\n\n### 📊 Monitoring\n- Built-in monitoring and metrics web UI with Grafana integration.\n\n## Getting Started\n\n### Requirements\n\n- Python 3.13+\n- PostgreSQL\n- ffmpeg\n- [uv](https://github.com/astral-sh/uv) (for fast Python package management)\n\n### Running\n\n**With Docker**\n\n```bash\n# Start the postgres container\n$ docker-compose up -d postgres\n\n# Build the chaddi-tg Docker image\n$ docker-compose build chaddi-tg\n\n# Run the chaddi-tg Docker image\n$ docker-compose up chaddi-tg --force-recreate\n\n# Optional: run the metrics stack\n$ docker-compose up -d grafana prometheus\n```\n\n**With Local Python**\n\n```bash\n# Create a database for persistence\n$ psql -c \"CREATE DATABASE chaddi_tg\"\n\n# Install dependencies using uv\n$ uv sync\n\n# Run Chaddi!\n$ ./run.sh\n```\n\n### Troubleshooting\n\n**Setup your Telegram Bot**\n\n- Create your bot with [@BotFather](https://telegram.me/botfather).\n  - Refer to Telegram's [documentation](https://core.telegram.org/bots#3-how-do-i-create-a-bot) for more help on creating bots.\n  - Important settings in @BotFather:\n    - Enable `Allow Groups`.\n    - Disable `Privacy Mode`.\n\n**Cryptography**\n\nIf you get any errors related to `cryptography`, please refer to [cryptography.io installation](https://cryptography.io/en/latest/installation.html).\n\n**Spacy**\n\nThe Spacy language model is automatically installed via the dependencies in `pyproject.toml`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farkits%2Fchaddi-tg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farkits%2Fchaddi-tg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farkits%2Fchaddi-tg/lists"}