简体   繁体   English

通过Rails提取带有特定标签的Instagram照片?

[英]Pull Instagram Photos with a Specific Hashtag with Rails?

我想知道如何使用Rails在Instagram上使用带有标签的所有照片。

Use this endpoint in the instagram API, and parse the result. 在instagram API中使用此终结点 ,然后解析结果。

If you want to actually download the photos, you'll need to write that part yourself, but is easy enough to do with Net::HTTP or HTTParty or whatever. 如果您想实际下载照片,则需要自己编写该部分,但是使用Net :: HTTP或HTTParty或其他工具非常容易。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM