Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chenjiandongx/soksaccounts

🔥 Shadowsocks 账号爬虫
https://github.com/chenjiandongx/soksaccounts

crawler shadowsocks

Last synced: 2 months ago
JSON representation

🔥 Shadowsocks 账号爬虫

Awesome Lists containing this project

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