Skip to main content

Get Grass Python Package

Project description

Get Grass Python Package

PyPi Version Build Sphinx docs)

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运行

  1. git clone https://github.com/Confusion-ymc/PyGrassClient.git
  2. 添加account.txt文件
  3. 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()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PyGrassClient-2.0.6.tar.gz (10.9 kB view hashes)

Uploaded Source

Built Distribution

PyGrassClient-2.0.6-py3-none-any.whl (12.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page