{"id":16750847,"url":"https://github.com/ildus/jabber_bot","last_synced_at":"2025-08-24T09:40:19.712Z","repository":{"id":35179450,"uuid":"39437027","full_name":"ildus/jabber_bot","owner":"ildus","description":"Jabber bot for Telegram","archived":false,"fork":false,"pushed_at":"2018-05-01T16:00:44.000Z","size":35,"stargazers_count":14,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-02T05:42:13.577Z","etag":null,"topics":[],"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/ildus.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}},"created_at":"2015-07-21T09:37:08.000Z","updated_at":"2024-10-24T17:08:32.000Z","dependencies_parsed_at":"2022-07-13T21:44:03.494Z","dependency_job_id":null,"html_url":"https://github.com/ildus/jabber_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/ildus%2Fjabber_bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ildus%2Fjabber_bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ildus%2Fjabber_bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ildus%2Fjabber_bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ildus","download_url":"https://codeload.github.com/ildus/jabber_bot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248243482,"owners_count":21071054,"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":[],"created_at":"2024-10-13T02:42:25.069Z","updated_at":"2025-04-10T15:38:11.930Z","avatar_url":"https://github.com/ildus.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"Jabber bot for Telegram\n-----------------------------\n\nThis is telegram bot that implements jabber transport in telegram. Now it can\nconnect, disconnect, receive messages, and support replying to messages.\n\nBuild\n----------\n\nStrophe library used for xmpp connection so it must be installed\n\n\t# on mac\n\tbrew install libstrophe\n\t# on linux, get sources of strophe, ./configure \u0026\u0026 make install\n\t# or install it with package manager\n\tgo get github.com/gorilla/mux\n\tgo build\n\nSetup\n-----\n\nCreate `settings.json` file in the root folder. Format:\n\n\t{\n\t\t\"listen\": 9000, // port\n\t\t\"token\": \"asdf\", // telegram auth token\n\t\t\"base_domain\": \"example.com\", // your domain\n\t\t\"hook_path\": \"/bot/hook\", // url where will updates come\n\t\t\"admin_user_id\": 234234 // if you want get messages (not commands) from users\n\t}\n\nThen you must setup base server (like nginx), proxy `hook_path` in its config\nto bot port.\n\nCommands\n--------\n\n* /connect\n* /disconnect\n\nTODO\n-----\n\n* External authorization (user credentials will not be in chat history)\n* Tools for sending messages to any buddy\n* Adding a buddy and authorization\n* OTR (Off-The-Record messaging)\n* Roster\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fildus%2Fjabber_bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fildus%2Fjabber_bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fildus%2Fjabber_bot/lists"}