py3-pinterest:完善的Python Pinterest客户端

时间:2024-02-18 11:09:33
【文件属性】:

文件名称:py3-pinterest:完善的Python Pinterest客户端

文件大小:22KB

文件格式:ZIP

更新时间:2024-02-18 11:09:33

python bot client board messaging

py3-pinterest 在python 3中实现的非官方Pinterest API,可以执行所有Pinterest任务,例如评论,固定,重新固定,关注,取消关注等。 它是通过直接调用pinterest服务器,模仿实际的浏览器来实现的,因此您不需要pinterest API密钥。 如果您发现任何问题或发现错误,请随时在github存储库上报告它们。 使用pip安装 pip install py3-pinterest 注意:对于下面列出的每个功能,在项目根目录下都有一个工作示例。 创建API的新实例 pinterest = Pinterest(email='your email goes here', password='password goes here', username='look in pinterest url', cred_root='cred root dir') cred_root是一个dir(如果丢失,将自动创建),该目录将存储一些cookie和nad会话,因此您无需在每次请求前登录。 确保指定具有读/写权限的路径。 代理示例: proxies =


网友评论