-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug in "get_user_followings" #171
Comments
Oh ok, must be because he got restricted I guess? The other two got followings tho |
from tweety import Twitter
app = Twitter("session")
app.connect()
followings = app.get_user_followings(986054149920866305) # @ahboyash
print(followings)
for follow in followings:
print(follow) which prints: |
I am on version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have noticed that for a few accounts i am not able to grab their following, it just returns 0 while they follow accounts.
A few accounts that are effected: @VMNFT93, @0xd063, @ahboyash.
The text was updated successfully, but these errors were encountered: