-
Notifications
You must be signed in to change notification settings - Fork 0
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
Help needed for tweepy app #1
Comments
yes, how can i help you? |
I want to send messages to anyone who follows me, but there is no direct way to do this, and Twitter also not allow to do user stream, it was supporting it but now links are changed and tweepy not supporting it. Do you have any idea about this |
please look at the solution here tweepy/tweepy#1081 (comment) |
Yes, I used this solution to send a message and the message part is working fine. The problem is in getting information about followers |
@do-n-khanh I am facing issue while reading the direct message using tweepy, the on_direct_message fo Stream, never called when a message reached to the account. could you please help me out on this. these are following info i am using. python3.7 code: ......
in main: NB: persission is Read,Write and direct message. All keys are good. am able connect and also able to read tweets. |
Hello, @do-n-khanh I saw your contribution and the approach toward the direct message problem in the tweepy app. I need some help regarding the same, I would like to talk more about it if you continue it. I will be waiting for your response
The text was updated successfully, but these errors were encountered: