LK / AssemblyLine-Twitter

Simple Twitter Bot Creation
17 stars 4 forks source link

[Feature] Favorites #2

Open FGRibreau opened 10 years ago

FGRibreau commented 10 years ago

Allow the possibility of favoriting tweets (and handle twitter rate limiting behind-the-scene).

ghost commented 10 years ago

Great idea! I'll work on implementing favoriting. As for rate limiting, I've added a rateLimit option when initializing the bot.

FGRibreau commented 10 years ago

Nice ! Keep me posted !

ghost commented 10 years ago

Ok, check out this commit: https://github.com/lennykhazan/AssemblyLine/commit/161f46edb8f900a531ef4f96996bc695f55bf8ba

I added a favoriteTweet method to the tweet object passed to the callback of a ReplyBot, which when called will favorite that tweet. Is there anything else, or can I close the issue? @FGRibreau

FGRibreau commented 10 years ago

Humm I don't think we are there yet, see my comments

ghost commented 10 years ago

@FGRibreau Thanks for your input! I've made the changes you've suggested in this commit: https://github.com/lennykhazan/AssemblyLine/commit/98f17e21120cff9a1f24c25417fe146984cc845a.