www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Can we filter out retweets from the tweet widget on the website?

reply Andrej Mitrovic <andrej.mitrovich gmail.com> writes:
A lot of the listed tweets are just retweets, for example there 
are 6 tweets right now about the DConf schedule being moved.

Is it possible to only list original tweets?
May 01 2016
parent reply ag0aep6g <anonymous example.com> writes:
On Sunday, 1 May 2016 at 14:48:19 UTC, Andrej Mitrovic wrote:
 A lot of the listed tweets are just retweets, for example there 
 are 6 tweets right now about the DConf schedule being moved.

 Is it possible to only list original tweets?
I only see the one by D_Programming. When configuring that thing I specifically added "-RT" to exclude retweets. I'm pretty clueless about Twitter, though.
May 01 2016
parent reply Andrej Mitrovic <andrej.mitrovich gmail.com> writes:
On Sunday, 1 May 2016 at 15:08:00 UTC, ag0aep6g wrote:
 On Sunday, 1 May 2016 at 14:48:19 UTC, Andrej Mitrovic wrote:
 A lot of the listed tweets are just retweets, for example 
 there are 6 tweets right now about the DConf schedule being 
 moved.

 Is it possible to only list original tweets?
I only see the one by D_Programming. When configuring that thing I specifically added "-RT" to exclude retweets. I'm pretty clueless about Twitter, though.
Ah indeed, I was looking at the DConf website. The dlang.org one is fine.
May 01 2016
parent Seb <seb wilzba.ch> writes:
On Sunday, 1 May 2016 at 15:22:51 UTC, Andrej Mitrovic wrote:
 On Sunday, 1 May 2016 at 15:08:00 UTC, ag0aep6g wrote:
 On Sunday, 1 May 2016 at 14:48:19 UTC, Andrej Mitrovic wrote:
 A lot of the listed tweets are just retweets, for example 
 there are 6 tweets right now about the DConf schedule being 
 moved.

 Is it possible to only list original tweets?
I only see the one by D_Programming. When configuring that thing I specifically added "-RT" to exclude retweets. I'm pretty clueless about Twitter, though.
Ah indeed, I was looking at the DConf website. The dlang.org one is fine.
Your wish has been heard - https://github.com/dlang/dconf.org/pull/115 ;-)
May 01 2016