Tiny wrapper for GoLogin and fingerprint API via Google Apps Script
Project description
gologin_api
Tiny wrapper for GoLogin profile + fingerprint management via pre-deployed Google Apps Script Web-Apps.
Install
pip install gologin_api
Usage
from gologin_api import get_profiles, change_fingerprint, create_profile
token = "YOUR_API_TOKEN"
# 1) Lấy profiles
profiles = get_profiles(token)
print(profiles)
# 2) Đổi fingerprint
res = change_fingerprint(token, profiles[0]["id"])
print(res)
# 3) Tạo profile mới
new = create_profile(token, name="TestProfile", proxy="host:port:user:pass")
print(new)
Development
-
Install build tools:
pip install build twine
-
Build package:
python -m build
-
Upload to PyPI:
twine upload dist/*
-
Local installation:
pip install .
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
gologin_api-0.1.0.tar.gz
(2.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gologin_api-0.1.0.tar.gz.
File metadata
- Download URL: gologin_api-0.1.0.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0729c83d60e906e697b3df1b9f9cad46a04f14141158f9afd6305c8a4fb034e7
|
|
| MD5 |
e512078b4b0dd90ce3a05f34ee6ba73f
|
|
| BLAKE2b-256 |
19ba812ce340e1b82d3de5691818f0fe68f64773e9a0bcb7145143d950ec2fc6
|
File details
Details for the file gologin_api-0.1.0-py3-none-any.whl.
File metadata
- Download URL: gologin_api-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8dba0ae626d92534f35e07e30c39d1557136b87176273b9fead39787244a10d7
|
|
| MD5 |
e96e1bd85a5b34313188ce44abfe829e
|
|
| BLAKE2b-256 |
30578bedf65ac0661e18fd7b9b3c6560296854264cacdd4deea1b97f4b4fa831
|