Get Grass Python Package
Project description
Get Grass Python Package
This is a python package for get grass score.
1. 安装
pip3 install PyGrassClient
2. 使用
1. 单账号运行
#!/usr/bin/env python
from PyGrassClient import PyGrassClient
PyGrassClient(user_id="${userid}", proxy_url='${proxy_url}').run()
2. 多账号运行
#!/usr/bin/env python
from PyGrassClient import run_mult_acc
run_mult_acc('accounts.txt')
账号格式: 每一行是一个账号,如果使用代理则在后面加上 ==代理连接
, 没有代理则直接是user_id
为一行
5242367b-d366-1234-987a-9ebd303fa8f5==http://proxy.com:8080
5242367b-d366-1234-987a-9ebd303fa8f5
5242367b-d366-1258-987a-9ebd303fa8f5==socks5://proxy.com:1080
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
PyGrassClient-1.1.1.tar.gz
(7.7 kB
view hashes)
Built Distribution
Close
Hashes for PyGrassClient-1.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ffc8be4ae3f5e66c4a58ab2f24ae7023532b4d4f6382fc9e9cd2765dcfd83bda |
|
MD5 | f44ab3b8b0c217aabe1d545173213331 |
|
BLAKE2b-256 | 5c62d0810355258c77239c7f7c9568d242697d8d38c2753d939a0367cdb8441a |