1. 首页
  2. 数据库
  3. 其它
  4. twitter application only auth:Twitter仅限应用程序身份验证的简单Python实现。 源码

twitter application only auth:Twitter仅限应用程序身份验证的简单Python实现。 源码

上传者: 2021-02-27 07:36:07上传 ZIP文件 10.35KB 热度 5次
twitter-only-application-auth Twitter仅限应用程序身份验证的简单实现 ,它为应用程序提供了代表应用程序本身发出身份验证请求的能力(如反对代表特定用户)。 经过Python 2.7、3.5、3.6和3.7测试 安装 pip install twitter-application-only-auth 用法 import json from application_only_auth import Client # The consumer secret is an example and will not work for real requests # T
用户评论