Narrow-focus GitHub user enrichment via the GoCreative AI API.
Project description
gocreative-github-enrich
Tiny single-purpose Python helper that looks up GitHub user profiles (name, bio, followers, public repos, location, company) via the GoCreative AI pay-per-call API. Bring your own gck_ API key or use the free demo tier (5/day per IP). For full multi-endpoint coverage install the unified gocreative package.
Install
pip install gocreative-github-enrich
30-second quickstart
from gocreative_github_enrich import github_user
# Free demo tier (no key needed, 5 calls/day per IP):
print(github_user('torvalds'))
# Or with a paid API key:
print(github_user('torvalds', api_key="gck_your_key_here"))
You can also set GOCREATIVE_API_KEY=gck_... in your environment.
Need more endpoints?
This package wraps just one GoCreative endpoint. For the full SDK with enrich / lookup / scrape / search across 145+ endpoints, install:
pip install gocreative
Powered by GoCreative AI — free tier 5 calls/day, paid plans at https://api.gocreativeai.com/pricing.
License
MIT
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
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 gocreative_github_enrich-0.1.0.tar.gz.
File metadata
- Download URL: gocreative_github_enrich-0.1.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aeb8f7f08cbd1c50aae9271678f7b70b3d701b09fe2d8077ef0b87ca08635f2d
|
|
| MD5 |
59e0cf4f26b97075197a729a6ca7eb98
|
|
| BLAKE2b-256 |
a21d7e45e38cc8336a93df0c650c733d8859fedeba2ca2ef20efe959d5fa5930
|
File details
Details for the file gocreative_github_enrich-0.1.0-py3-none-any.whl.
File metadata
- Download URL: gocreative_github_enrich-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fbaa48ee8a4997c67fcdb02d7e374a5de668448359d6addf7d4988606e51cad2
|
|
| MD5 |
76ac677555cffba07330c156933f5008
|
|
| BLAKE2b-256 |
eb02372672fdc822592a255481c3b7e189c1de720554fe69d6793b7b55e9cdbe
|