Skip to main content

小鸡词典API

Project description

jikipedia

注意:该项目还在开发完善中,有Bug欢迎反馈

相关页面导航栏

小鸡词典 Jikipedia
作者主页 @Bug鸡
Github项目

做了些什么?

互动类

  • 签到
  • 补签
  • 收藏
  • 新建收藏夹
  • 点赞 / 取消点赞
  • 评论 / 回复
  • 关注 / 取消关注

数据类

  • 生成XID
  • 加密XID
  • Token获取
  • 被阅读、点赞的数据
  • 个人信息
  • 关注(者)
  • 粉丝(者)
  • 词条内容
  • 词条编写者
  • 搜索栏的推荐
  • 获取昵称
  • 获取头像
  • 获取签名

创作类

  • 创建词条
  • 创建杂谈

活动类

  • 恶魔鸡翻译器

食用教程

安装

pip install jikipedia-api

import

from jikipedia import Jikipedia

如果出现ImportError,请检查是否安装了requests、json、re。

初始化

jiki = Jikipedia(phone='12345678901', password='123456')

phone 是 11 位手机号,password 是 密码,均为 str 类型。

生成明文XID

xid = jiki.generate_plaintext_xid()

xid 为 str 类型,可以直接使用。

生成密文XID

xid = jiki.encode_xid()

xid 为 str 类型,可以直接使用。

Token获取

token = jiki.get_token()

token 为 str 类型,可以直接使用。

恶魔鸡翻译器

jiki.emoji('你好')

参数必须为 str 类型,返回值为 str 类型,即翻译之后的内容。

搜索栏的推荐

jiki.get_search_recommend()

返回值为 dict 类型,即搜索栏的推荐。

Key(键) 类型 释义
phrase str 搜索栏在被点击时显示的的文案
placeholder str 搜索栏在没有点击时显示的的文案

点赞 / 取消点赞

jiki.like(id, True)

id 为 int 类型,True 为点赞,False 为取消点赞。 返回值为其返回的HTTP状态码。

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

jikipedia-0.2.0rc0.tar.gz (4.4 kB view details)

Uploaded Source

Built Distribution

jikipedia-0.2.0rc0-py3-none-any.whl (4.7 kB view details)

Uploaded Python 3

File details

Details for the file jikipedia-0.2.0rc0.tar.gz.

File metadata

  • Download URL: jikipedia-0.2.0rc0.tar.gz
  • Upload date:
  • Size: 4.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.11.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.10.1

File hashes

Hashes for jikipedia-0.2.0rc0.tar.gz
Algorithm Hash digest
SHA256 f6c0e727565e4fe6f852094ed3ddb461d5a159978bbb1107326e10a6f4b0e526
MD5 11849b08d12883d343021145b71e5bbc
BLAKE2b-256 943d18403c7826a3053af514b5996002be037161348f0c38185e39e5d6e725b6

See more details on using hashes here.

File details

Details for the file jikipedia-0.2.0rc0-py3-none-any.whl.

File metadata

  • Download URL: jikipedia-0.2.0rc0-py3-none-any.whl
  • Upload date:
  • Size: 4.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.11.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.10.1

File hashes

Hashes for jikipedia-0.2.0rc0-py3-none-any.whl
Algorithm Hash digest
SHA256 bae6f81d89a4481d7d3575797e2dc7465c656f9d2d29fb7da485f61a7892b189
MD5 78df7c7a71af6f26ed0209599ea3dbd3
BLAKE2b-256 0a0494101ae30a59b20484ff3e4bb7372acc6b77ff9e4ab103dff2ab44ac7d51

See more details on using hashes here.

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