-
Notifications
You must be signed in to change notification settings - Fork 444
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
Reply method #55
base: master
Are you sure you want to change the base?
Reply method #55
Conversation
Count is the number of people to tweet to. | ||
""" | ||
|
||
result = self.search_tweets(keyword, 2) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please edit this line to take the count
parameter instead of 2
.
This looks great. Thank you for the PR. I added a comment on one line that needs to be fixed before I can merge it. I think it would also be helpful to keep a list of the tweets that have been responded to, so this |
Yeah I updated the method since I made the PR. It stores the id of the tweet it already replied in a file now and some more things. |
hey man, i don't understand one thing. i put the source on the bottom of the original twitterfollowbot and created a file called "messages.txt" i put in that file: "hello, lol, ..." etc. but my bot doesn't reply to any tweets. also put a word in the "...." = keyword bracket and count=5. what am i missing? |
Could anyone make a function to automatically DM to those who started following you? |
Here's the pull resquest for my reply method.