flpvn / wittytwitter

Automatically exported from code.google.com/p/wittytwitter
0 stars 0 forks source link

Interweave replies and direct message with twitter stream #64

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
as requested by @haacked and @dotnetguy

Original issue reported on code.google.com by alan...@gmail.com on 13 Dec 2007 at 9:19

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by alan...@gmail.com on 6 Feb 2008 at 2:34

GoogleCodeExporter commented 9 years ago

Original comment by alan...@gmail.com on 7 Feb 2008 at 6:07

GoogleCodeExporter commented 9 years ago
changing priority to high.

@kevindente and others requested this as well.

Original comment by alan...@gmail.com on 28 Mar 2008 at 9:53

GoogleCodeExporter commented 9 years ago
Need to change DirectMessages so that they are Tweets.

Need timers for retrieving Replies and DM.

Need multiple options for timers to avoid Rate Limits (I love twhirl's 
implementation)

Original comment by alan...@gmail.com on 28 Mar 2008 at 9:55

GoogleCodeExporter commented 9 years ago
Overall, it would be handy to be able to set the bg color of a TweetBox based 
on the type of tweet it represents.

Original comment by scottck...@gmail.com on 28 Mar 2008 at 10:13

GoogleCodeExporter commented 9 years ago
Is anyone working on this? If not, I'll start trying to refactor DM's into 
tweets

Original comment by james.deville on 4 Jan 2009 at 6:30

GoogleCodeExporter commented 9 years ago
Kevin Dente is - he's on twitter as @kevindente

Original comment by jongallo...@gmail.com on 4 Jan 2009 at 6:51

GoogleCodeExporter commented 9 years ago
Attaching Kevin's patch.

Original comment by jongallo...@gmail.com on 14 Jan 2009 at 3:39

Attachments:

GoogleCodeExporter commented 9 years ago
Updated so we check for replies and dm's on each refresh. Not sure if this is 
best, since it uses up API calls.

Original comment by jongallo...@gmail.com on 14 Jan 2009 at 8:08

Attachments:

GoogleCodeExporter commented 9 years ago
This is working, but causes dm and @ alerts to be shown over and over.

Original comment by jongallo...@gmail.com on 17 Jan 2009 at 6:08

GoogleCodeExporter commented 9 years ago
Update to limit direct messages and replies fetch to those which were created 
within
the last fetch interval. 

Original comment by bgrisw...@gmail.com on 24 Jan 2009 at 11:39

Attachments:

GoogleCodeExporter commented 9 years ago
Applied patch 3 + a minor change: Direct message and replies < 70 hours old 
will be
displayed on the recent tab. Once this somewhat arbitrary (Friday, 5pm - 
Monday, 9am
+ 6 hours) threshold is met, users will still be able to access there direct 
messages
and replies via their respective tabs.  

Original comment by bgrisw...@gmail.com on 25 Jan 2009 at 7:44

GoogleCodeExporter commented 9 years ago

Original comment by jongallo...@gmail.com on 4 Feb 2009 at 4:31