{"id":22706892,"url":"https://github.com/bataboom/nutgram-bulk-messenger","last_synced_at":"2025-08-08T20:08:31.241Z","repository":{"id":253066668,"uuid":"842356271","full_name":"BataBoom/Nutgram-Bulk-Messenger","owner":"BataBoom","description":"Telegram Bulk Messenger for Nutgram Laravel.","archived":false,"fork":false,"pushed_at":"2024-08-14T07:38:12.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-04T00:55:27.101Z","etag":null,"topics":["bulk-message-sender","nutgram","telegram"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/BataBoom.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":"2024-08-14T07:23:37.000Z","updated_at":"2024-08-14T07:38:16.000Z","dependencies_parsed_at":"2024-08-14T08:48:32.306Z","dependency_job_id":"d4925f93-1ce9-441b-a4c9-b9416981b727","html_url":"https://github.com/BataBoom/Nutgram-Bulk-Messenger","commit_stats":null,"previous_names":["bataboom/nutgram-bulk-messenger"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BataBoom/Nutgram-Bulk-Messenger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BataBoom%2FNutgram-Bulk-Messenger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BataBoom%2FNutgram-Bulk-Messenger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BataBoom%2FNutgram-Bulk-Messenger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BataBoom%2FNutgram-Bulk-Messenger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BataBoom","download_url":"https://codeload.github.com/BataBoom/Nutgram-Bulk-Messenger/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BataBoom%2FNutgram-Bulk-Messenger/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269482592,"owners_count":24424403,"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-08T02:00:09.200Z","response_time":72,"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":["bulk-message-sender","nutgram","telegram"],"created_at":"2024-12-10T10:10:21.428Z","updated_at":"2025-08-08T20:08:31.186Z","avatar_url":"https://github.com/BataBoom.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Telegram Bulk Messenger for Nutgram Laravel.\n\nRequires:\n- https://github.com/nutgram/nutgram\n- https://github.com/laravel/laravel\n\n\n```\n$recipients = TelegramChat::All()-\u003epluck('chat_id');\n\nCreate a Message:\n\n$createMsg = TelegramSpamMsg::Create([\n'title' =\u003e 'Your Newsletter',\n'message' =\u003e 'some message',\n'recipients' =\u003e json_encode($recipients-\u003etoArray()),\n]);\n\n\nShould add this bit to the Command, though for now, Add Recipients to Queue:\nforeach($recipients as $recipient)\n{\n  TelegramSpam::Create([\n    'chat_id' =\u003e $recipient,\n    'msg_id' =\u003e $createMsg-\u003eid,\n  ]);\n}\n\nphp artisan spam:telegram 1\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbataboom%2Fnutgram-bulk-messenger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbataboom%2Fnutgram-bulk-messenger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbataboom%2Fnutgram-bulk-messenger/lists"}