Pycraftco
Python client for Craft API.
Install / Use
/learn @craft-machine/PycraftcoREADME
PYCRAFTCO
pycraftco is a Python library that serves as a convenient wrapper for Craft API.
Installation
You can install package via pip:
$ pip install pycraftco
Usage
The snippet below will retrieve name and offices of Facebook. For all available information please refer to https://api.craft.co/docs/v1/reference/company.doc.html. However, please note that the API documentation have all fields in camel case but the lib have them underscore-separated.
from pycraftco import get_company
api_key = 'qfNfdijpFhbhPhA7j2ZxvtEGkfv8DftTtmTEbnWN'
# specify what data to load in the callback
def company_query(company):
company.display_name()
company.locations.city()
company.locations.hq()
# You can use duns, name_constains or domain to search for companies
c = get_company(company_query, name_contains='Facebook', api_key=api_key)
The code uses the test key that allows access to Facebook data only. Please, visit https://craft.co/business#business-form to request more permissive key.
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/craft-machine/pycraftco.
License
The pip package is available as open source under the terms of the MIT License.
Related Skills
node-connect
347.6kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
108.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
347.6kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
347.6kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
