Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@imv7

imv7/README.md Secret

Created August 5, 2017 17:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imv7/d8dc08601c5a96ca01b91dfe869fd538 to your computer and use it in GitHub Desktop.
Save imv7/d8dc08601c5a96ca01b91dfe869fd538 to your computer and use it in GitHub Desktop.
Looking for new tweets and re-tweeting them with a delay between them

This flow actively looks for new tweets of @IBMWebSphere,@IBMzSystems,@HackathonWatch,@ibmsecurity,@IBMcloud, and retweet using the nodes Twitter Input/Output, Delay and Debug.

[{"id":"51e87310.e020a8","type":"twitter in","z":"46b22a11.aea8","twitter":"","tags":"@IBMWebSphere,@IBMzSystems,@HackathonWatch,@ibmsecurity,@IBMcloud","user":"false","name":"","topic":"tweets","inputs":0,"x":70,"y":60,"wires":[["40e46360.82e6bc"]]},{"id":"74ef4548.257348","type":"twitter out","z":"46b22a11.aea8","twitter":"","name":"Tweet","x":410,"y":280,"wires":[]},{"id":"40e46360.82e6bc","type":"delay","z":"46b22a11.aea8","name":"","pauseType":"queue","timeout":"5","timeoutUnits":"hours","rate":"1","nbRateUnits":"5","rateUnits":"hour","randomFirst":"1","randomLast":"5","randomUnits":"hours","drop":true,"x":250,"y":140,"wires":[["74ef4548.257348","311df1a2.2755ce"]]},{"id":"311df1a2.2755ce","type":"debug","z":"46b22a11.aea8","name":"","active":true,"console":"false","complete":"payload","x":620,"y":180,"wires":[]}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment