Code Monkey home page Code Monkey logo

followpie's People

Contributors

coryalder avatar oh-moore avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

followpie's Issues

New Instagram API endpoint rules

A quote from Instagram's developer blog:

Guidelines for Publishing Likes and Relationships Actions
New Apps

Starting today, any newly created client_id that wishes to issue POST and DELETE requests to the Likes or Relationships API endpoints will first have to request that access. This will follow the same process that we introduced for posting comments last year. Examples of use-cases that will be considered for access include:

Media rights management: for example a platform for media publishers and brands to request permission from the Instagram community to use Instagram content.
Social media management: for example, a platform to help businesses integrate Instagram in their social media workflow.
Developers who feel they have met the requirements and meet API terms can request access here.

Luckily, I was able to get my API client ID prior to this taking place.However, if an app has not posted a Like/Follow since January 1, 2015, that app will have until April 28, 2015 to make a formal request for access before access is turned off.

Thanks for putting this together, but it looks like the end ๐Ÿ‘Ž

Wrong Followers

Follows random people unrelated to tag even when on setting ACTION = LIKE or ACTION = LIKE_FOLLOW

Key Error: 'data'

Traceback (most recent call last):
File "followpie.py", line 266, in
c,f=likeUsers(MAX_COUNT,0,tag,c,f)
File "followpie.py", line 225, in likeUsers
numResults = len(dataObj['data'])
KeyError: 'data'

ACTION = LIKE

When running the "urlFindLike":

{"meta":{"error_type":"OAuthPermissionsException","code":400,"error_message":"This request requires scope=public_content, but this access token is not authorized with this scope. The user must re-authorize your application with scope=public_content to be granted this permissions."}}

End point retied by instagram.

The following API has been retired.

https://api.instagram.com/v1/users/self/follows?access_token=%s

Do you know any workaround? I have 400 users to unfollow, I don't want to do it manually!

KeyError 'data'

Traceback (most recent call last):
File "followpie.py", line 266, in
c,f=likeUsers(MAX_COUNT,0,tag,c,f)
File "followpie.py", line 225, in likeUsers
numResults = len(dataObj['data'])
KeyError: 'data'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.