Skip to content
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

Open
fabston opened this issue Feb 29, 2024 · 6 comments
Open

Bug in "get_user_followings" #171

fabston opened this issue Feb 29, 2024 · 6 comments

Comments

@fabston
Copy link

fabston commented Feb 29, 2024

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.

@mahrtayyab
Copy link
Owner

image

@fabston
Copy link
Author

fabston commented Feb 29, 2024

Oh ok, must be because he got restricted I guess? The other two got followings tho

@mahrtayyab
Copy link
Owner

image

if you can send the code snippet you are running

@fabston
Copy link
Author

fabston commented Feb 29, 2024

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: UserFollowings(user_id=986054149920866305, count=0)

@mahrtayyab
Copy link
Owner

image
are you updated?

@fabston
Copy link
Author

fabston commented Feb 29, 2024

I am on version 1.0.9.5. Just ran pip install https://github.com/mahrtayyab/tweety/archive/main.zip --upgrade again so I assume I am?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants