{"id":20886176,"url":"https://github.com/shiyinq/anonim-chat","last_synced_at":"2026-03-08T21:07:05.097Z","repository":{"id":40550583,"uuid":"379169396","full_name":"Shiyinq/anonim-chat","owner":"Shiyinq","description":"🎭 Anonymously chat with a stranger.","archived":false,"fork":false,"pushed_at":"2025-07-20T09:28:28.000Z","size":1468,"stargazers_count":50,"open_issues_count":0,"forks_count":25,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-20T11:25:38.780Z","etag":null,"topics":["anon-chat","anonim-chat","anonymous-chat","bot","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Shiyinq.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}},"created_at":"2021-06-22T06:45:25.000Z","updated_at":"2025-07-10T11:32:49.000Z","dependencies_parsed_at":"2024-08-16T12:58:17.240Z","dependency_job_id":"f177daa4-b80a-454f-b7b8-4e8ee4c537e7","html_url":"https://github.com/Shiyinq/anonim-chat","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Shiyinq/anonim-chat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shiyinq%2Fanonim-chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shiyinq%2Fanonim-chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shiyinq%2Fanonim-chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shiyinq%2Fanonim-chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shiyinq","download_url":"https://codeload.github.com/Shiyinq/anonim-chat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shiyinq%2Fanonim-chat/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269201227,"owners_count":24377455,"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-08-07T02:00:09.698Z","response_time":73,"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":["anon-chat","anonim-chat","anonymous-chat","bot","telegram-bot"],"created_at":"2024-11-18T08:16:02.353Z","updated_at":"2025-10-07T09:21:24.442Z","avatar_url":"https://github.com/Shiyinq.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# anonim-chat\n[![GitHub top language](https://img.shields.io/github/languages/top/Shiyinq/anonim-chat)](https://github.com/Shiyinq/anonim-chat)\n![GitHub repo size](https://img.shields.io/github/repo-size/Shiyinq/anonim-chat)\n![GitHub last commit](https://img.shields.io/github/last-commit/Shiyinq/anonim-chat)\n![GitHub commit activity](https://img.shields.io/github/commit-activity/w/Shiyinq/anonim-chat)\n\n\n| ![anonim-chat-1](docs/images/anonim-chat-1.png) | ![anonim-chat-2](docs/images/anonim-chat-2.png) | ![anonim-chat-3](docs/images/anonim-chat-3.png) |\n|:---:|:---:|:---:|\n\n\nAnonymously chat with a stranger.\n\n\n## Table of Contents\n- [anonim-chat](#anonim-chat)\n  - [Table of Contents](#table-of-contents)\n  - [Requirements](#requirements)\n  - [Development](#development)\n  - [Deployment](#deployment)\n\n## Requirements\n- Node JS v20.10.0\n- NPM v10.2.3\n- nodemon lates\n- MongoDB v5\n\n## Development\nClone and install dependencies.\n\n**1. Clone this repository**\n```\ngit clone https://github.com/Shiyinq/anonim-chat.git\n```\n**2. Navigate to the project directory**\n\n```bash\ncd anonim-chat\n```\n**3. Install dependencies**\n\n```bash\nnpm install\n```\n\n**4. Create `.env` file**\n\n```base\ncp .env.example .env\n```\n\n**5. Fill the `BOT_TOKEN`**\n\nyou can get token from [@BotFather](https://t.me/botfather)\n\n**6. Run the bot script**\n\n```bash\nnpm run dev\n```\n\n**7. Test your bot**\n- Open Telegram and find the bot you created with @BotFather.\n- Start a conversation with your bot to ensure it's responding correctly.\n- For a more comprehensive test:\n    - Use two different Telegram accounts.\n    - Simulate a conversation between a user and your bot.\n\n## Deployment\nBefore you begin, ensure you have [Docker](https://docs.docker.com/engine/install/) installed.\n\n**1. Clone the repository**\n```bash\ngit clone https://github.com/Shiyinq/anonim-chat.git\ncd anonim-chat\n```\n\n**2. Create environment files**\n```bash\ncp .env.example .env\n```\n\nOpen `.env` file you have created and update the values.\n\n**3. Build and run the Docker containers**\n```bash\ndocker compose up --build -d\n```\nWait a few minutes for the setup to complete, bot running on http://localhost:8080.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshiyinq%2Fanonim-chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshiyinq%2Fanonim-chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshiyinq%2Fanonim-chat/lists"}