PyGrassClient 2.0.6

Creator: codyrutscher

Last updated:

Add to Cart

Description:

PyGrassClient 2.0.6

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
# 只需要userid 或者 账号密码
asyncio.run(PyGrassClient(user_id="${userid}", user_name="${user_name}", password="${password}",proxy_url='${proxy_url}').connect_ws())

2. 多账号运行
#!/usr/bin/env python

from PyGrassClient import run_by_file

run_by_file('accounts.txt')

3. Docker运行

git clone https://github.com/Confusion-ymc/PyGrassClient.git
添加account.txt文件
docker compose up --build -d

4. account.txt 文件格式


不配置代理

每一行是一个账号配置
没有代理则直接是user_id为一行,----- 格式为5242367b-d366-1234-987a-9ebd303fa8f5
如果不知道user_id, 就用账号和密码----格式为test@qq.com---Aa@password



配置代理

如果使用代理则在后面加上==代理连接----格式为5242367b-d366-1258-987a-9ebd303fa8f5==socks5://proxy.com:1080



例如:


5242367b-d366-1234-987a-9ebd303fa8f5==http://proxy.com:8080
5242367b-d366-1234-987a-9ebd303fa8f5
test@qq.com---Aa@password
5242367b-d366-1258-987a-9ebd303fa8f5==socks5://proxy.com:1080

5.获取 UserID
from PyGrassClient import PyGrassClient

PyGrassClient(user_name="example@gmail.com", password='your—password').get_user_id()

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.