Skip to main content

An API wrapper for Qiita.

Project description

PyPI GitHub

pyqiita

This is an API wrapper for Qiita API v2.

How to install

on your console...

pip install pyqiita

Usage...

example

from qiipy import Client

client = Client(token="Your_Qiita_Access_Token")
user = client.get_authenticated_user_data()
print("my description is " + user.description)

# ---
# my name is ...

How to get Qiita API Token ?

  1. Move to this url.
  2. Select Applications.
  3. Get Access Token from Personal access tokens

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyqiita-1.1.0.tar.gz (7.1 kB view hashes)

Uploaded Source

Built Distribution

pyqiita-1.1.0-py3-none-any.whl (12.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page