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_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==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.2.0.tar.gz
(9.0 kB
view hashes)
Built Distribution
Close
Hashes for PyGrassClient-1.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 04013198772df30892b6c470c9d92a3bf8ced4cd13e0f236b40f0e8af5989c92 |
|
MD5 | 881e3b2c558da53b14044e10d882c828 |
|
BLAKE2b-256 | 5757f8ab9978b2b4a99dc48037f498f1fb651e040982f44c8750eeb1a0d66115 |