{"id":23592701,"url":"https://github.com/jixiaod/telepushx","last_synced_at":"2025-11-04T10:30:31.245Z","repository":{"id":269039733,"uuid":"854432589","full_name":"jixiaod/telepushx","owner":"jixiaod","description":"Telepushx is a message push service that supports sending messages to multiple users for telegram bot.","archived":false,"fork":false,"pushed_at":"2025-01-24T08:10:02.000Z","size":77,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-24T09:18:36.229Z","etag":null,"topics":["bot","push","sendmessage","telegram"],"latest_commit_sha":null,"homepage":"","language":"Go","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/jixiaod.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-09-09T06:54:46.000Z","updated_at":"2025-01-24T08:10:06.000Z","dependencies_parsed_at":"2024-12-20T14:22:35.610Z","dependency_job_id":"c293282d-3f36-4ef2-bf20-8512da4594e0","html_url":"https://github.com/jixiaod/telepushx","commit_stats":null,"previous_names":["jixiaod/telepushx"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jixiaod%2Ftelepushx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jixiaod%2Ftelepushx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jixiaod%2Ftelepushx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jixiaod%2Ftelepushx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jixiaod","download_url":"https://codeload.github.com/jixiaod/telepushx/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239432753,"owners_count":19637798,"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","push","sendmessage","telegram"],"created_at":"2024-12-27T08:15:22.045Z","updated_at":"2025-11-04T10:30:31.196Z","avatar_url":"https://github.com/jixiaod.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TelePushX\n\nTelepushx is a message push service that supports sending messages to multiple users for telegram bot.\n\n## Features\n\n- Send messages to multiple users at the same time\n- Send messages limit rate control (Telegram API limit 30 messages per second),if send message too fast, will sleep a while\n- Send messages limit time control, if push message not finished, will stop and wait for next time\n\n## Usage\n\n## Configuration\n\n```bash\ncp .env.example .env\n```\n\n## Run\n\n```bash\ngo run main.go\n```     \n\n## Build\n\n```bash\ngo build -ldflags \"-s -w\" -o telepushx \n```\n\n```bash\n./telepushx -help\n./telepushx --port 3000 --log-dir ./logs \nnohup ./telepushx --port 3000 --log-dir ./logs \u003e /dev/null 2\u003e\u00261 \u0026\n```\n\n## API \n\n### Send Message\n\n```bash\ncurl -X POST http://localhost:3000/api/push/1\n```\n### Send Preview Message\n\n```bash\ncurl -X POST http://localhost:3000/api/preview/1/1234567890\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjixiaod%2Ftelepushx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjixiaod%2Ftelepushx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjixiaod%2Ftelepushx/lists"}