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?
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?
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.