在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):casouri/weibo2mast开源软件地址(OpenSource Url):https://github.com/casouri/weibo2mast开源编程语言(OpenSource Language):Python 100.0%开源软件介绍(OpenSource Introduction):微博转发毛象bot支持图片视频,需要服务器(或者自己的电脑)运行。魔改自weibo crawler。 毛象不能传太长的文字(默认500字,取决于实例的设置)和太大的图片(8MB)或视频(40MB),超出限制的文字会截断,超出限制的图片和视频就不传了。(长微博分段发毛象看起来挺乱的,所以直接截断了。) 安装确保Python 3已安装。 git clone https://github.com/casouri/weibo2mast.git
cd weibo2mast
python -m pip install -r requirements.txt 配置
{
"user_list": [
{
"id": 6048193311,
"comment": "速报"
},
{
"id": 6578279612,
"comment": "任地域"
}
],
"mastodon_instance_url": "https://mastodon.social",
"toot_len_limit": 500,
"max_attachment_count": 4,
"include_repost": true,
"include_post_url": false,
"standalone_repost": true,
"external_media": false
}
上面说的 {
"id": 6048193311,
"comment": "速报",
"include_repost": false
}
本bot支持一个微博帐号对应一个毛象帐号,或多个微博帐号对应一个毛象帐号。具体方法如下:
[
{
"id": "6132597268",
"comment": "老袋",
"token": "xxxx"
},
{
"id": "6048193311",
"comment": "知任",
"token": "yyyy"
},
{
"id": "6578279612",
"comment": "任地域",
"token": "yyyy"
}
]
注意,毛象的令牌相当于于密码,所以__不要上传或分享 运行python xpost.py 注如果bot卡在一个微博上,估计是因为Mastodon的限流,耐心等待即可。bot转发失败三次就会放弃,如果发现漏了微博估计是因为这个。 |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论