是否可以使用Instagram API根据关注者的数量来创建用户列表? [英] Is it possible to use Instagram API in order to make a user list according to the number of followers?

查看:112
本文介绍了是否可以使用Instagram API根据关注者的数量来创建用户列表?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Instagram API许可现在非常严格,我想知道我公司将使用的工具是否可以从Instagram获得许可,因为它可能不适合3个有效用例.

Instagram API permission is strict now and I want to know whether the tool my company will make can get the permission from Instagram or not, because it may not suit with the 3 valid use case.

我们是一家开发应用程序的离岸公司. 一个客户(公关或广告公司)要求我们制作一个应用程序,以便在Instagram上找到有影响力的人(拥有很多追随者的用户),以便客户可以要求有影响力的人对他们的产品做广告.

We are an offshore company which develops application. One clients ( PR or Advertisement company) asked us to make an app which finds influencers(the user who has many followers) on Instagram so that the clients can ask the influencer to advertise their products.

我们想制作一个有影响力的搜索工具.假设如果您使用#Chocolate搜索,将显示已发布#Chocolate照片的用户列表,我们希望根据关注者的数量对列表进行排序.

We want to make a influencer searching tool. Lets, say if you search with #Chocolate, the list of users who have posted photos with #Chocolate will show up, and we want to sort out the list according to the number of followers.

参考Instagram的有效用例,哪种情况适合我们要制作的应用程序?

Referring to the valid use case for Instagram, which case may be suitable for the app we want to make?

此外,通过一次性项目,这意味着什么?我们是一家离岸公司,从客户那里获得订单,希望我们为他们提供工具.如果我们只是制作它,而不会再次出售或使用该应用程序,那将是一次性"项目吗? 为了避免一次性项目,我们是否需要继续销售或提供该应用?

Also, by one-off project, what does it mean? We are an offshore company and get orders from a client which want us to make a tool for them. If we just make it, and will not sell or use the application again, would it be "one-off" project? In order to avoid one-off project, do we need to keep selling or offering the app ?

推荐答案

没有直接的API调用可以做到这一点.您必须进行一系列API调用才能获取主题标签的所有帖子,其中将包含user_id和名称.然后,对于每个用户,您必须进行另一个API调用才能获得关注者人数.然后对结果进行排序,并查询>3000

There is no direct API call to make this. You have to make a series of API calls to get all the posts for hashtag, this will have user_id and name. Then for each user you have to make another API call to get followers count. And then you have sort the results and make query for >3000

例如#chocolate有100万个帖子,因此要获得全部100万个帖子,您需要进行约50000次API调用(每个API调用要获得20个帖子),然后必须进行100万个user_info API调用才能获得关注者计算在内,因此总共有1050000个API调用,并且您有5000个/小时的API调用限制.因此,完成此操作将需要9天.

For example #chocolate has 1 million posts, so to get all 1 million posts you have make about 50000 API calls (u get 20 post per API call), and then you have to make 1 million user_info API calls to get follower counts, so 1050000 API calls total and you have 5000/hr API calls limit. So to complete this operation it will take you 9 days.

如果您要供客户端使用,则这将是一个一次性项目,您必须为此功能创建平台或服务,并让您的客户端(和其他用户)登录并使用该服务.

This will be a one off project if u do for a client use, you have to make a platform or service for this feature and have your client (and others) login and use the service.

在任何情况下,由于API的限制,该项目的实现都不现实

In any case, the project is unrealistic to implement due to the limitation of APIs

这篇关于是否可以使用Instagram API根据关注者的数量来创建用户列表?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆