ZoolooDan / pomodairo

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

Option: configure which events get tweeted #49

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There ought to be settings to configure the types of tweets that Pomodairo 
sends out (e.g. enable/disable tweeting when timers start, stop, are 
interrupted, tasks are marked done, etc...).  

Format strings or templates for each type of message would be nice too.  

Setting up the interface like this: 
[x] Start Timer  
Tweet: "%TIME% - is working on '%TASK% (%N/%M)'"

[ ] Stop Timer
Tweet: "is free"

[ ] Break Timer
Tweet: "is on a break"

[x] Task Marked Done
Tweet: "%TIME% - completed '%TASK% (%N/%M)'"

etc... 

Original issue reported on code.google.com by bengr...@gmail.com on 10 May 2010 at 10:38

GoogleCodeExporter commented 9 years ago
Time was added mostly because Twitter seems to reject tweets that are equal, 
i.e. 'Fredrik is on a break' will occur as a duplicate POST if posted within a 
short time span and thus dropped.

Otherwise it is a good suggestion. 

Original comment by fredrikj...@gmail.com on 5 Nov 2010 at 12:14