Follow

It follow the profile passed in profile_url.

body: returns data

success_score: api success rate

errors: errors encountered in api

Here is the code:-

twitter.follow(profile_url='https://twitter.com/whitehatjunior')
Parameters

profile_url (str) – Profile url need to be followed

Returns

{“body”: {}, “success_score”: “100”, “errors”: []}

Return type

dict