Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/the0demiurge/shadowsocksshare
(No longer maintained owing to the lack of sufficient free ss accounts)Python爬虫/Flask网站/免费ShadowSocks账号/ssr订阅/json 订阅
https://github.com/the0demiurge/shadowsocksshare
flask heroku python shadowsocks ssr
Last synced: 3 months ago
JSON representation
(No longer maintained owing to the lack of sufficient free ss accounts)Python爬虫/Flask网站/免费ShadowSocks账号/ssr订阅/json 订阅
- Host: GitHub
- URL: https://github.com/the0demiurge/shadowsocksshare
- Owner: the0demiurge
- License: apache-2.0
- Created: 2017-08-27T13:08:16.000Z (over 7 years ago)
- Default Branch: dev
- Last Pushed: 2023-03-09T20:46:31.000Z (almost 2 years ago)
- Last Synced: 2024-05-19T09:15:00.996Z (8 months ago)
- Topics: flask, heroku, python, shadowsocks, ssr
- Language: Python
- Homepage: http://ss.pythonic.life/
- Size: 4.36 MB
- Stars: 3,039
- Watchers: 249
- Forks: 1,045
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-network-stuff - **2437**星
- awesome-security-collection - **2437**星
README
╔═╗┬ ┬┌─┐┌┬┐┌─┐┬ ┬╔═╗┌─┐┌─┐┬┌─┌─┐
╚═╗├─┤├─┤ │││ ││││╚═╗│ ││ ├┴┐└─┐
╚═╝┴ ┴┴ ┴─┴┘└─┘└┴┘╚═╝└─┘└─┘┴ ┴└─┘
免责声明
本项目仅进行技术展示,对所爬到的账号不负任何责任。
本项目仅面向海外华人用户,中华人民共和国境内居民禁止使用,并请立即关闭本网站!
本项目所提供的账号均来自网络,仅供科研、学习之用。
请用本项目分享的账号进行学习、科研,切勿用于其他任何用途。
请于24小时之内删掉与本项目相关的一切内容,出现一切问题本站作者概不负责。
## 简介:
本项目从ss(r)共享网站爬虫获取共享ss(r)账号,通过解析并校验账号连通性,重新分发账号并生成**订阅链接**。
***注意事项:我不生产 ss(r) 账号,我只是账号的搬运工。不保证可用,不保证速度,不保证安全,不保证隐私。***
### 功能:
1. 二维码
2. ss(r) 分享URL
3. json 配置
4. **ssr 订阅和 json 配置订阅**
5. **每小时自动更新爬虫数据**
6. 自动检测 ssr 账号可用性示例网站:[ss.pythonic.life](http://ss.pythonic.life)
备用地址:[ssr.pythonic.life](http://ssr.pythonic.life)博客连接:[the0demiurge.blogspot.jp](https://the0demiurge.blogspot.jp/2017/07/shadowsocks.html)
### 为该项目贡献力量:
本项目的作者和用户们为您的所有贡献表示由衷的感谢!
为本项目添砖加瓦,您可以:
**以非技术方式:**
1. 反馈建议:到[这个页面](https://github.com/the0demiurge/ShadowSocksShare/issues)提交Issue
2. 提供比较好的 ss(r) 分享链接
3. 捐助 ssr 账号的来源网站
4. 捐助我:如果你已经可以上 Google,打开[示例网站](http://ss.pythonic.life)并拖到最后,就能看到微信打赏二维码:)
5. Fork本项目
6. 向信得过的人宣传本项目**以技术类方式:**
1. 阅读[项目贡献指南](https://github.com/the0demiurge/ShadowSocksShare/wiki)并按照项目贡献指南为本项目修改源
2. 修改项目源码并提交 PR## 用法:
### 配置:
配置需要运行前设置好环境变量。
- `MODE`: 设置为 `strict` 后开启严格模式,将会检测robots.txt,如果不允许则不会进行爬虫
- `PORT`: 服务器运行端口### 运行:
本地运行:
`python manage.py runserver`
或
`gunicorn -b :$PORT ssshare.main:app`
## Heroku 部署方法:
点击[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/the0demiurge/ShadowSocksShare-OpenShift/tree/master)一键部署
或者参考[**这个网站的教程**](https://hoochanlon.github.io/fq-book/#/web/heroku-deploy)。
或者:
1. 注册 [Heroku](https://heroku.com)
2. Fork 本项目
3. 在[创建应用页面](https://dashboard.heroku.com/new-app)创建一个应用
4. 在部署 (Deploy) 页面选择 GitHub,在Connect to GitHub 这一栏连接上你的 GitHub 账号,搜索并连接本项目
5. 在设置(Settings)界面下的 Buildpacks 里面点击 Add buildpack,添加Nodejs,确保buildpack里面同时有`heroku/python`和`heroku/nodejs`两个项目
6. 在部署 (Deploy) 页面选择一个分支并点击 `Deploy Branch`
7. 部署完毕后,将网页拉到最上面,并点击`Open app`打开你的网站。注意:网站建立之后会进行爬取并检测账号可用性,大概花费20分钟的时间。**部署之后可以选择使用信用卡验证身份,这样可以让你的网站每月在线时间延长。**
## Google App Engine 部署方法:
优点:每月限流量不限时间;缺点:墙内肯定访问不了- 进入 [GAE](https://console.cloud.google.com/appengine) 并选择创建一个应用
- 选择 Python 并选择一个地点,按教程打开一个 Google Shell 控制台
- 克隆本项目,输入`git clone https://github.com/the0demiurge/ShadowSocksShare.git`
- 进入项目,分入`cd ShadowSocksShare`
- 输入 `gcloud app deploy app.yaml --project xxx` 部署应用,输入y同意部署。需要注意的是:
1. xxx 必须为你的项目名称且必须全部为小写
2. 必须添加付款方式(信用卡)才能部署,不然会报错```
ERROR: (gcloud.app.deploy) Error [400] Operation does not satisfy the following requirements: billing-enabled {Billing must be enabled for activation of service '' in project 'shadowsocksshare' to proceed., https://console.developers.google.com/project/shadowsocksshare/settings}
```