{"id":19446937,"url":"https://github.com/juzeon/ipa-server-bot","last_synced_at":"2025-08-19T22:13:32.117Z","repository":{"id":205305036,"uuid":"713923007","full_name":"juzeon/ipa-server-bot","owner":"juzeon","description":"This is a telegram bot that generates a link to install signed .ipa files directly on iOS devices.","archived":false,"fork":false,"pushed_at":"2024-11-06T13:10:18.000Z","size":38,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-29T13:45:17.907Z","etag":null,"topics":["ipa-server","telegram","telegram-bot"],"latest_commit_sha":null,"homepage":"https://t.me/IPAServerBot","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/juzeon.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,"zenodo":null}},"created_at":"2023-11-03T14:22:33.000Z","updated_at":"2025-05-05T07:34:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"e335a4c8-b97b-473b-885b-0ea2d23651e4","html_url":"https://github.com/juzeon/ipa-server-bot","commit_stats":null,"previous_names":["juzeon/ipa-server-bot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/juzeon/ipa-server-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juzeon%2Fipa-server-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juzeon%2Fipa-server-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juzeon%2Fipa-server-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juzeon%2Fipa-server-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juzeon","download_url":"https://codeload.github.com/juzeon/ipa-server-bot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juzeon%2Fipa-server-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271231057,"owners_count":24723042,"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-19T02:00:09.176Z","response_time":63,"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":["ipa-server","telegram","telegram-bot"],"created_at":"2024-11-10T16:15:49.682Z","updated_at":"2025-08-19T22:13:32.096Z","avatar_url":"https://github.com/juzeon.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IPA Server Bot\n\nThis is a telegram bot that generates a link to install signed .ipa files directly on iOS devices.\n\n[Demo](https://t.me/IPAServerBot)\n\n## Deployment\n\n1. Launch a telegram-bot-api instance:\n\n```bash\ndocker run -d -p 8081:8081 --name=telegram-bot-api --restart=always -v ./data:/var/lib/telegram-bot-api -e TELEGRAM_API_ID=601761 -e TELEGRAM_API_HASH=20a3432aab43f24bb4460fceac5ba38d -e TELEGRAM_LOCAL=1 aiogram/telegram-bot-api:latest\n```\n\nYou need to use a self-hosted telegram-bot-api service because it can handle files that are larger than 20MB.\n\nLaunch an http-server on `./data/data`:\n\n```bash\n# install http-server via npm if you don't have it: npm i -g http-server\nhttp-server -p 52138\n```\n\nMap paths on your nginx. Here is an example configuration:\n\n```nginx\nlocation /file/bot {\n    proxy_pass http://127.0.0.1:52138/;\n}\n\nlocation / {\n    proxy_pass http://127.0.0.1:8081;\n}\n```\n\n2. Create a bot using [@BotFather](https://t.me/botfather) and get your bot token.\n3. Log out your bot from the official bot api service. Simply access `https://api.telegram.org/bot\u003cyour bot token\u003e/logOut`.\n4. Copy `config.yml.example` to `config.yml` and fill in your configuration details.\n5. Build and run the bot:\n\n```bash\ngo build\nchmod +x ipa-bot-server\n./ipa-bot-server\n```\n\n## List of commands\n\n```text\nstart - Start the bot\nlist - List my applications\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuzeon%2Fipa-server-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuzeon%2Fipa-server-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuzeon%2Fipa-server-bot/lists"}