{"id":32480309,"url":"https://github.com/kleo/bitsky","last_synced_at":"2025-10-27T01:57:39.421Z","repository":{"id":240489819,"uuid":"802773214","full_name":"kleo/bitsky","owner":"kleo","description":"Bitbucket to Skype webhook","archived":false,"fork":false,"pushed_at":"2024-08-01T14:58:30.000Z","size":666,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-08-01T16:52:36.509Z","etag":null,"topics":["bitbucket","skype","webhook"],"latest_commit_sha":null,"homepage":"","language":"Python","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/kleo.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":"2024-05-19T08:23:35.000Z","updated_at":"2024-08-01T14:58:34.000Z","dependencies_parsed_at":"2024-05-19T09:29:12.135Z","dependency_job_id":"bed550ef-3c60-438f-9913-d276f6c94ac0","html_url":"https://github.com/kleo/bitsky","commit_stats":null,"previous_names":["kleo/bitsky"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kleo/bitsky","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kleo%2Fbitsky","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kleo%2Fbitsky/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kleo%2Fbitsky/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kleo%2Fbitsky/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kleo","download_url":"https://codeload.github.com/kleo/bitsky/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kleo%2Fbitsky/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281202128,"owners_count":26460564,"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-10-26T02:00:06.575Z","response_time":61,"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":["bitbucket","skype","webhook"],"created_at":"2025-10-27T01:57:38.511Z","updated_at":"2025-10-27T01:57:39.413Z","avatar_url":"https://github.com/kleo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bitsky\n\nBitbucket to Skype webhook\n\n## Configure credentials\n\n1. Create an account for Skype\n2. Create a Skype group\n3. Invite other users to the newly created Skype group\n4. Find `ConversationId` on web.skype.com using Network Tools on your browser\n\n![](https://raw.githubusercontent.com/kleo/bitsky/master/screenshots/skype-group.png)\n\n4. Add email, password and group to `src/config.ini`\n\n```\n[config]\nemail = user@email.com\npassword = supersecretpassword\ngroup = 12:34567890abcdefghijklmnopqrstuvwx@thread.skype\n```\n\nYou can also add multiple accounts. For example on using Uptime Kuma \n\n```\nuptime_email = uptime-kuma@email.com\nuptime_password = supersecretpassword\nuptime_group = 19:2345ab6cd6789e0f1g23h4h5i6j7890c@thread.skype\n```\n\n## Development\n\nSimulate webhook trigger from Bitbucket\n\n```\n$ git clone https://github.com/kleo/bitsky\n\n$ cd bitsky\n\n$ python -m venv --copies venv\n\n$ source venv/bin/activate\n\n$ pip install -r requirements.txt\n\n$ python src/bitsky.py\n\n$ curl http://localhost:5000/build -H 'Content-Type:application/json' -d @requests/build/build-inprogress.json\n```\n\n## Port forward \n\nUsing ngrok for bitbucket webhook testing\n\n```\n$ ngrok http 5000\n\n$ curl https://123a-45-678-901-234.ngrok-free.app/build -H 'Content-Type:application/json' -d @requests/build/build-successful.json\n```\n\nCopy ngrok url to Bitbucket Repository \u003e Webhooks \u003e Edit webhook\n\n## Build Docker image\n\ndocker build and push\n\n```\n$ docker build -t registry.example.com/bitsky:latest .\n\n$ docker push registry.example.com/bitsky:latest\n```\n\n## Run using Docker\n\n```\n$ docker pull registry.example.com/bitsky:latest\n\n$ docker run --restart=always -p 127.0.0.1:8000:80 registry.example.com/bitsky:latest\n```\n\n## Reverse proxy configuration\n\nUsing Caddy\n\n```\nwebhook.example.com {\n\n        reverse_proxy /push 127.0.0.1:8000\n\treverse_proxy /build 127.0.0.1:8000\n\treverse_proxy /pr 127.0.0.1:8000\n\treverse_proxy /health 127.0.0.1:8000\n\n\t# reverse_proxy /uptime 127.0.0.1:8000\n\n\tlog {\n\t\toutput file /var/log/webhook.example.com.log {\n\t\t\troll_size 10mb\n\t\t\troll_keep 20\n\t\t\troll_keep_for 720h\n\t\t}\n\t}\n}\n```\n\n## Screenshots\n\nBuild sucessful\n\n![](https://raw.githubusercontent.com/kleo/bitsky/master/screenshots/build-successful.png)\n\nBuild failed\n\n![](https://github.com/kleo/bitsky/blob/master/screenshots/build-failed.png?raw=true)\n\nOpen pull request\n\n![](https://raw.githubusercontent.com/kleo/bitsky/master/screenshots/pr-open.png)\n\n\n## Acknowledgements\n\n[Terrance](https://github.com/Terrance) author of [SkPy](https://github.com/Terrance/SkPy)\n\n## TODO\n\n- Support Bitbucket webhook secret\n- Support other triggers\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkleo%2Fbitsky","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkleo%2Fbitsky","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkleo%2Fbitsky/lists"}