Python用connpass API v2クライアント
Project description
connpass-py
Python 用 connpass API v2 クライアント
インストール
pip install connpass
使用例
[!IMPORTANT] すべての API エンドポイントでは、API キーによる認証が必須です。
API キーの発行にはヘルプページでの利用申請が必要です。
クライアントの初期化
from connpass import Connpass
API_KEY = "<YOUR_API_KEY>"
client = Connpass(api_key=API_KEY)
イベント
response = client.get_events()
events = response.events
イベント資料
response = client.get_event_presentations(364)
presentations = response.presentations
リンク
License
This project is licensed under the MIT License - see the LICENSE file for details.
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
connpass-0.2.0.tar.gz
(29.3 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 connpass-0.2.0.tar.gz.
File metadata
- Download URL: connpass-0.2.0.tar.gz
- Upload date:
- Size: 29.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c20330b2c5a068cba801e740c835729007b5d8c76dc557898c1d713f1ce7dcf8
|
|
| MD5 |
c6256c41b1563ec2816e20bf856384c7
|
|
| BLAKE2b-256 |
b8d09a6aa723aecc647090ae3be53c6a05403fd34a3c97c011f902a48f8b8958
|
File details
Details for the file connpass-0.2.0-py3-none-any.whl.
File metadata
- Download URL: connpass-0.2.0-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.7.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0d90b9a7d6ee034aa5ebec8bf4dd2b02f92eb9b6da5bf54f532f05f4d192f6f
|
|
| MD5 |
b50c6b813eef9686236e1ccb2823513c
|
|
| BLAKE2b-256 |
0df290b30c0da8f2781933246cd2e3d0daccb436e0ca0c39e9a7e9d7fa175ef4
|