Skip to content

ryohidaka/connpass-py

Repository files navigation

connpass-py

PyPI - Version codecov License

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.

About

Python用connpass API v2クライアント

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages