自动获取SS无链接暗袜账号并测试连接速度

auto-ss的Python项目详细描述


自动获取ss-link免费的shadowsocks帐户

如果要使用auto ss,需要注册一个ss-link account。免费的shadowsocks帐户在a period time中无效,如果帐户无效,则需要再次运行auto-ss

版本

auto ss与python2.7+配合使用

安装

pip/easy_安装

$ pip install auto-ss

$ easy_install auto-ss

Github

$ pip install git+https://github.com/steven-hl/ss-link-auto.git

如果在模式speedrun下运行auto ss,则需要安装shadowsocks 首先。

用法

$ auto-ss -h

usage: auto-ss [-h][--mode MODE][--timeout TIMEOUT] email password

Auto acquire ss-link free shadowsocks accounts.

positional arguments:
  email              ss-link email
  password           ss-link password

optional arguments:
  -h, --help         show this help message and exit
  --mode MODE        run mode, deault `avaiable`. if mode is `speed`, will
                     test network connection
  --timeout TIMEOUT  connection timeout in seconds, default 10

演示

在可用模式下运行

➜  ~  auto-ss xxx@xxx.com xxx
############### 2015-08-27 23:19:30 Shadowsocks Accounts ###############
server_address       server_port    server_password      encrypt_method========================================================================76.164.197.155           998082057967          aes-256-cfb
72.46.135.119            998082057967          aes-256-cfb
173.252.220.201          998082057967          aes-256-cfb
104.250.144.10           998082057967          aes-256-cfb
104.250.143.243          998082057967          aes-256-cfb
104.250.146.37           998082057967          aes-256-cfb
104.250.146.212          998082057967          aes-256-cfb
104.250.147.22           998082057967          aes-256-cfb

以速度模式运行

它将通过视图https://www.google.com.hk

➜  ~  auto-ss xxx@xxx.com xxxx --mode speed
############### 2015-08-27 23:29:56 Shadowsocks Accounts ###############
server_address       server_port    server_password      encrypt_method========================================================================76.164.197.155           998082057967          aes-256-cfb
72.46.135.119            998082057967          aes-256-cfb
173.252.220.201          998082057967          aes-256-cfb
104.250.146.212          998082057967          aes-256-cfb
104.250.144.10           998082057967          aes-256-cfb
104.250.143.243          998082057967          aes-256-cfb
104.250.146.37           998082057967          aes-256-cfb
104.250.147.22           998082057967          aes-256-cfb

########################### Connection Test ############################
76.164.197.155                                            speed is: 6kb/s
72.46.135.119                                             speed is: 8kb/s
173.252.220.201                                           speed is: 3kb/s
104.250.146.212                                           speed is: 9kb/s
104.250.144.10                                            speed is: 7kb/s
104.250.143.243                                           speed is: 7kb/s
104.250.146.37                                            speed is: 4kb/s
104.250.147.22                                            speed is: 8kb/s

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java为什么程序显示空结果?   java应用程序在测试设备上调试时工作正常,但在发布版apk中没有,它没有获得post。来自firebase的类变量   java Android:从主活动按钮确定在listview中选中哪个复选框   在Spring中添加@OneToOne注释时启动ApplicationContext时发生java错误   用JAVA Android实现矩阵计算的最快方法   SpringJava语义有没有更好的编写方法?   java从hashmap中减去两个值后返回最小差值的键?   Java中的静态初始化顺序:Netty 4.0.7的例外   java如何检查用户输入是否为字符串   循环Java计数单词索引   java如何使用以下代码将视频流传输到Android异步Http服务器?   java如何在jtable的所有行中循环   java如何使用maven将unicode插入mysql   java使用安卓加速远程数据检索   java试图模拟麦克风(javax.sound.sampled)   swing SwingWorker从不归还任何东西?(爪哇)   首次在Android Studio上未加载java LibGDX文件   java如何在多个Mysql服务器上设置限制和偏移?   如何防止从java连接到mongodb时登录控制台?