{"id":13434637,"url":"https://github.com/shadowsocksr-backup/shadowsocksr","last_synced_at":"2025-05-14T06:12:09.043Z","repository":{"id":39380322,"uuid":"98542246","full_name":"shadowsocksr-backup/shadowsocksr","owner":"shadowsocksr-backup","description":"Python port of ShadowsocksR","archived":false,"fork":false,"pushed_at":"2021-09-24T18:40:55.000Z","size":1744,"stargazers_count":6145,"open_issues_count":56,"forks_count":3114,"subscribers_count":342,"default_branch":"master","last_synced_at":"2025-04-11T02:51:23.885Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shadowsocksr-backup.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-07-27T13:58:27.000Z","updated_at":"2025-04-09T09:40:51.000Z","dependencies_parsed_at":"2022-07-04T07:31:44.174Z","dependency_job_id":null,"html_url":"https://github.com/shadowsocksr-backup/shadowsocksr","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadowsocksr-backup%2Fshadowsocksr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadowsocksr-backup%2Fshadowsocksr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadowsocksr-backup%2Fshadowsocksr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadowsocksr-backup%2Fshadowsocksr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shadowsocksr-backup","download_url":"https://codeload.github.com/shadowsocksr-backup/shadowsocksr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254080226,"owners_count":22011350,"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-07-31T03:00:19.475Z","updated_at":"2025-05-14T06:12:08.995Z","avatar_url":"https://github.com/shadowsocksr-backup.png","language":"Python","funding_links":[],"categories":["WeChat","Python","\u003ca id=\"d03d494700077f6a65092985c06bf8e8\"\u003e\u003c/a\u003e工具","Shadowsocks \u0026 Variants"],"sub_categories":["Mini Program","\u003ca id=\"cb16466a31a167bb61f39e2a4a85f449\"\u003e\u003c/a\u003eShadowsocks"],"readme":"shadowsocks\n===========\n\n[![PyPI version]][PyPI]\n[![Build Status]][Travis CI]\n[![Coverage Status]][Coverage]\n\nA fast tunnel proxy that helps you bypass firewalls.\n\nServer\n------\n\n### Install\n\nDebian / Ubuntu:\n\n    apt-get install python-pip\n    pip install shadowsocks\n\nCentOS:\n\n    yum install python-setuptools \u0026\u0026 easy_install pip\n    pip install shadowsocks\n\nWindows:\n\nSee [Install Server on Windows]\n\n### Usage\n\n    ssserver -p 443 -k password -m aes-256-cfb\n\nTo run in the background:\n\n    sudo ssserver -p 443 -k password -m aes-256-cfb --user nobody -d start\n\nTo stop:\n\n    sudo ssserver -d stop\n\nTo check the log:\n\n    sudo less /var/log/shadowsocks.log\n\nCheck all the options via `-h`. You can also use a [Configuration] file\ninstead.\n\nClient\n------\n\n* [Windows] / [OS X]\n* [Android] / [iOS]\n* [OpenWRT]\n\nUse GUI clients on your local PC/phones. Check the README of your client\nfor more information.\n\nDocumentation\n-------------\n\nYou can find all the documentation in the [Wiki].\n\nLicense\n-------\n\nCopyright 2015 clowwindy\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may\nnot use this file except in compliance with the License. You may obtain\na copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\nWARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the\nLicense for the specific language governing permissions and limitations\nunder the License.\n\nBugs and Issues\n----------------\n\n* [Troubleshooting]\n* [Issue Tracker]\n* [Mailing list]\n\n\n\n[Android]:           https://github.com/shadowsocks/shadowsocks-android\n[Build Status]:      https://img.shields.io/travis/shadowsocks/shadowsocks/master.svg?style=flat\n[Configuration]:     https://github.com/shadowsocks/shadowsocks/wiki/Configuration-via-Config-File\n[Coverage Status]:   https://jenkins.shadowvpn.org/result/shadowsocks\n[Coverage]:          https://jenkins.shadowvpn.org/job/Shadowsocks/ws/PYENV/py34/label/linux/htmlcov/index.html\n[Debian sid]:        https://packages.debian.org/unstable/python/shadowsocks\n[iOS]:               https://github.com/shadowsocks/shadowsocks-iOS/wiki/Help\n[Issue Tracker]:     https://github.com/shadowsocks/shadowsocks/issues?state=open\n[Install Server on Windows]: https://github.com/shadowsocks/shadowsocks/wiki/Install-Shadowsocks-Server-on-Windows\n[Mailing list]:      https://groups.google.com/group/shadowsocks\n[OpenWRT]:           https://github.com/shadowsocks/openwrt-shadowsocks\n[OS X]:              https://github.com/shadowsocks/shadowsocks-iOS/wiki/Shadowsocks-for-OSX-Help\n[PyPI]:              https://pypi.python.org/pypi/shadowsocks\n[PyPI version]:      https://img.shields.io/pypi/v/shadowsocks.svg?style=flat\n[Travis CI]:         https://travis-ci.org/shadowsocks/shadowsocks\n[Troubleshooting]:   https://github.com/shadowsocks/shadowsocks/wiki/Troubleshooting\n[Wiki]:              https://github.com/shadowsocks/shadowsocks/wiki\n[Windows]:           https://github.com/shadowsocks/shadowsocks-csharp\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadowsocksr-backup%2Fshadowsocksr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshadowsocksr-backup%2Fshadowsocksr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadowsocksr-backup%2Fshadowsocksr/lists"}