0

I'm working on a Arduino personal project.

With thingspeak + postman i'm being able to manually send Tweets. I want postman to send tweets automatically when ever my API field updates.

Can you help me please?

BusyProgrammer
  • 2,783
  • 5
  • 18
  • 31

1 Answers1

1

You should take a look at Newman.

With Newman you can run your Postman requests on the command line. Just setup a cronjob which would automate your newman call.

Sergej Lopatkin
  • 1,071
  • 9
  • 11