Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chenjiandongx/soksaccounts
🔥 Shadowsocks 账号爬虫
https://github.com/chenjiandongx/soksaccounts
crawler shadowsocks
Last synced: 2 months ago
JSON representation
🔥 Shadowsocks 账号爬虫
- Host: GitHub
- URL: https://github.com/chenjiandongx/soksaccounts
- Owner: chenjiandongx
- Created: 2017-04-10T07:30:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-15T03:14:41.000Z (over 6 years ago)
- Last Synced: 2024-08-03T17:12:22.978Z (5 months ago)
- Topics: crawler, shadowsocks
- Language: Python
- Homepage:
- Size: 133 KB
- Stars: 159
- Watchers: 8
- Forks: 51
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-network-stuff - **133**星
README
# Shadowsocks 账号爬虫
### 运行环境
* Windows 10
* python 3.5.2
* [shadowsocks 4.0.2](https://github.com/shadowsocks/shadowsocks-windows/releases)### 爬虫介绍
众所周知,免费的 shadowsocks 账号基本上是会不定时更换密码的,为了免去手动操作的过程,这个爬虫爬取了几个提供免费 shadowsocks 账号的网站,并自动生成配置文件,只需设置自己的 shadowsocks 安装目录便行由于爬取的账号速度未知,所以采用**高可用**策略
### 安装
1. git clone https://github.com/chenjiandongx/soksaccounts.git
2. cd soksaccounts
3. 将 soks.py PATH 变量配置为自己 ss 安装路径
4. ```pip install -r requirements.txt```
5. ```python setup.py install```### 使用
1. 运行soks
```
C:\Users\54186>soks
>> Generate gui-config.json successful
```2. 启动 shadowsocks ( 每次启动 soks 均要重启一次 shadowsocks,我也不知为什么它不会自动刷新数据 )
### 效果
毕竟是免费的,速度肯定没有那么稳定,不过有时 youtube 还是可以达到 720P 的
![youtube测速](https://github.com/chenjiandongx/soksaccounts/blob/master/images/youtube_0.png)
平时上上 Google 查查东西还是可以的,大部分时间上用 youtube 还是有点卡的,这个就当做**实验性项目**吧### 最后
要想要科学上网上得舒心的话,免费的建议 **xx-net**,优化后速度其实还是很不错的。不然就得掏钱自己搭服务器,或者购买 vpn 还是 shadowsocks 服务了xx-net 有图有真相
![](https://github.com/chenjiandongx/soksaccounts/blob/master/images/youtube_1.png)
### 欢迎 Fork 和 Star