mispy-archive / twitter_ebooks

Better twitterbots for all your friends~
MIT License
972 stars 140 forks source link

Streaming a user #122

Closed elliottmorris closed 8 years ago

elliottmorris commented 8 years ago

Is there a way i can open a user stream and reply to any of their new tweets that meet certain parameters?

IE: Could I open a user stream of my main twitter account and have it respond to any tweet that mentions "bot"? Simpler, could it just respond to any tweet?

Thanks

negatendo commented 8 years ago

Yes it's possible to "cyborg" your own account using twitter_ebooks if that's what you want to do. Just authorize the bot to post to your own twitter instead of a new account. Then write your behaviors accordingly. You'll want to utilize on_timeline() to match and reply to tweets directed at your account.