简易、好用的推特(Twitter)点赞,刷阅读量程序
Project description
easy_twitter_interactors
推特(Twitter)点赞,刷阅读量程序,希望能为使用者带来益处。如果您也想贡献好的代码片段,请将代码以及描述,通过邮箱( xinkonghan@gmail.com )发送给我。代码格式是遵循自我主观,如存在不足敬请指出!
**文档地址: ** https://easy-twitter-interactors.xink.top/
**PyPi地址: ** https://pypi.org/project/easy-twitter-interactors
**GitHub地址: ** https://github.com/hanxinkong/easy-twitter-interactors
推特三件套(有需要可自行安装)
easy_twitter_publisher
推特发帖,回帖,转载 https://pypi.org/project/easy_twitter_publishereasy_twitter_crawler
推特采集 https://pypi.org/project/easy-twitter-crawlereasy_twitter_interactors
推特互动(点赞,刷阅读量等) https://pypi.org/project/easy_twitter_interactors
安装
pip install easy-twitter-interactors
主要功能
likes
对指定帖子点赞reads
对指定帖子刷阅读量(暂无)
简单使用
设置代理及cookie (点赞和阅读均需要设置cookie)
proxy = {
'http': 'http://127.0.0.1:10808',
'https': 'http://127.0.0.1:10808'
}
cookie = 'auth_token=686fa28f49400698820d0a3c344c51efdeeaf73a; ct0=5bed99b7faad9dcc742eda564ddbcf37888f8794abd6d4d736919234440be2172da1e9a9fc48bb068db1951d1748ba5467db2bc3e768f122794265da0a9fa6135b4ef40763e7fd91f730d0bb1298136b'
点赞使用案例(对指定帖子点赞)
from easy_spider_tool import format_json
from easy_twitter_interactors import TwitterLikes, get_headers
twitter_likes = TwitterLikes()
twitter_likes.set_proxy(proxy)
twitter_likes.set_headers(get_headers(cookie))
likes_info = twitter_likes.likes('1690065356495421444')
print(format_json(likes_info))
点赞参数说明
字段名 | 类型 | 必须 | 描述 |
---|---|---|---|
to_tweet_id | string | 是 | 目标帖子id(https://twitter.com/elonmusk/status/1690164670441586688 中的 1690164670441586688) |
依赖
内置依赖
typing
Type Hints for Python.json
Type Hints for Python.
第三方依赖
requests
An XPath for JSON.loguru
An XPath for JSON.urllib3
Python library used for working with timezone information.easy_spider_tool
Python library used for working with timezone information.
注:依赖顺序排名不分先后
链接
Github:https://github.com/hanxinkong/easy-twitter-interactors
在线文档:https://easy-twitter-interactors.xink.top
贡献者
许可证
该项目根据 MIT 许可条款获得许可.
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
Built Distribution
File details
Details for the file easy_twitter_interactors-1.0.1.tar.gz
.
File metadata
- Download URL: easy_twitter_interactors-1.0.1.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | beff131111b183a9ed37d473c63353bcc4fa0342206b8976940b425a48b8b119 |
|
MD5 | 6c45f545dceefb886e901d75f311536d |
|
BLAKE2b-256 | 54c5622660dc25f7641c876a389c0f4802c02310c1c2f65a84675330aec1b73a |
File details
Details for the file easy_twitter_interactors-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: easy_twitter_interactors-1.0.1-py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 92ada714514a9a5ec496958edd09f4f3d5a979e3f33608e1a3c8f6bd2756503e |
|
MD5 | 558c3bd73fc27ff18f44c51b9014f322 |
|
BLAKE2b-256 | 59a529b0d698f4beca0473eb4811246a41fe3b0402c8af4f3e19ed6004a6e4ba |