我将如何通过使用 tweepy 库的 url 中的图像更改 twitter 横幅:https ://github.com/tweepy/tweepy/blob/v2.3.0/tweepy/api.py#L392
到目前为止,我得到了这个并返回:
def banner(self):
url = 'https://blog.snappa.com/wp-content/uploads/2019/01/Twitter-Header-Size.png'
file = requests.get(url)
self.api.update_profile_banner(filename=file.content)
ValueError: stat: embedded null character in path
似乎文件名需要下载图像。无论如何要在不下载图像然后删除它的情况下处理它?
猛跑小猪
蝴蝶不菲
相关分类