{"id":15684256,"url":"https://github.com/paradite/16x-bot","last_synced_at":"2025-05-07T15:48:46.242Z","repository":{"id":62897462,"uuid":"560953300","full_name":"paradite/16x-bot","owner":"paradite","description":"A telegram bot for tech telegram groups","archived":false,"fork":false,"pushed_at":"2023-10-01T13:56:48.000Z","size":3079,"stargazers_count":9,"open_issues_count":2,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-31T11:35:32.516Z","etag":null,"topics":["bot","hacktoberfest","telegram","telegram-bot"],"latest_commit_sha":null,"homepage":"","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/paradite.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}},"created_at":"2022-11-02T16:10:55.000Z","updated_at":"2024-09-23T05:48:11.000Z","dependencies_parsed_at":"2025-03-11T06:42:37.161Z","dependency_job_id":null,"html_url":"https://github.com/paradite/16x-bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradite%2F16x-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradite%2F16x-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradite%2F16x-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paradite%2F16x-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paradite","download_url":"https://codeload.github.com/paradite/16x-bot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252909651,"owners_count":21823664,"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","hacktoberfest","telegram","telegram-bot"],"created_at":"2024-10-03T17:13:35.865Z","updated_at":"2025-05-07T15:48:46.202Z","avatar_url":"https://github.com/paradite.png","language":"JavaScript","readme":"# 16x Engineer Bot\n\nA telegram bot designed for tech telegram groups.\n\nMade by [16x.engineer](https://16x.engineer/).\n\n## Features\n\n**1. Define technical terms**\n\nSend a message with `!bot` prefix, eg. `!bot TC`\n\n\u003cp float=\"left\"\u003e\n  \u003cimg src=\"https://github.com/paradite/16x-bot/blob/main/screenshots/define.png?raw=true\" alt=\"Define technical terms\" width=\"600\"/\u003e\n\u003c/p\u003e\n\n**2. Reminder for using English**\n\n\u003cp float=\"left\"\u003e\n  \u003cimg src=\"https://github.com/paradite/16x-bot/blob/main/screenshots/language.png?raw=true\" alt=\"Reminder for using English\" width=\"600\"/\u003e\n\u003c/p\u003e\n\n**3. Leetcode Daily Challenge Response** (by [MrMarciaOng](https://github.com/MrMarciaOng))\n\nSend a screenshot with caption containing \"#LCYYYYMMDD\", eg. `#LC20221107`\n\n\u003cp float=\"left\"\u003e\n  \u003cimg src=\"https://github.com/paradite/16x-bot/blob/main/screenshots/leetcode.png?raw=true\" alt=\"Leetcode Daily Challenge Response\" width=\"600\"/\u003e\n\u003c/p\u003e\n\n**4. Leetcode Daily Challenge Reminder** (by [Ashton](https://github.com/hahaashton1))\n\n\u003cp float=\"left\"\u003e\n  \u003cimg src=\"https://github.com/paradite/16x-bot/blob/main/screenshots/lcdaily.png?raw=true\" alt=\"Leetcode Daily Challenge Reminder\" width=\"600\"/\u003e\n\u003c/p\u003e\n\n**5. Proxy for Din Bot**\n\n\u003cp float=\"left\"\u003e\n  \u003cimg src=\"https://github.com/paradite/16x-bot/blob/main/screenshots/din.png?raw=true\" alt=\"Proxy for Din Bot\" width=\"600\"/\u003e\n\u003c/p\u003e\n\n## Using the bot\n\n**1. Use bot in a group chat**\n\n1. Add [16x Engineer Bot](https://t.me/my_16x_engineer_bot) to your group chat.\n2. Add the bot as an administrator (no special permissions needed).\n3. Send a message in the chat, eg. `!bot TC` to verify it is working.\n\n\u003cp float=\"left\"\u003e\n  \u003cimg src=\"https://github.com/paradite/16x-bot/blob/main/screenshots/admin.jpg?raw=true\" alt=\"Add the bot as an administrator\" width=\"600\"/\u003e\n\u003c/p\u003e\n\n**2. Chat with bot directly**\n\nSearch for `16x Engineer Bot` on Telegram and chat with it privately.\n\n## Running the bot (Create your own bot)\n\nnode\n\n```bash\n$ TELEGRAM_TOKEN=XXX node index.js\n```\n\npm2\n\n```bash\n$ TELEGRAM_TOKEN=XXX pm2 start index.js\n```\n\nwith pgsql\n\n```bash\n$ PGUSER=dbuser \\\n  PGHOST=database.server.com \\\n  PGPASSWORD=secretpassword \\\n  PGDATABASE=mydb \\\n  TELEGRAM_TOKEN=XXX pm2 start index.js\n```\n\n## Contribute\n\nPRs welcomed!\n\n- Add new terms: Update [docs/terms.json](https://github.com/paradite/16x-bot/blob/main/docs/terms.json)\n- Bug fixes and new features: Update [index.js](https://github.com/paradite/16x-bot/blob/main/index.js)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparadite%2F16x-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparadite%2F16x-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparadite%2F16x-bot/lists"}