Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试过的库都不支持update_with_media发布图像:
所有这些库都声称实现了这个功能,这是非常令人担忧的。
如果有人目前正在运行执行此操作的软件,请回复。我对 URL 链接到声称支持此功能的软件不感兴趣。
我一直在寻找同样的东西,但收效甚微。所以我决定自己做,结果又短又甜:
https://gist.github.com/adaline/7363853
所有说明都在要点中:)
我修改了@Val 的要点以支持来自远程url(即s3)的文件,而不是从文件中读取它。以为我会分享以防它对其他人有用。https://gist.github.com/travischoma/9279105