Topic
asked 4 years ago by
updated 4 years ago by
Category: API
I'm wondering if there's a simple way to obtain current weather information (specifically just the current temperature) if I have a GPS location. I suspect that there must be a way to pass GPS location to one of the weather sites (weather.com, accuwe...
asked 5 years ago by
updated 5 years ago by
Category: IDE
I need to determine if a script has been called again within a few seconds of the last call. I coded up a short test that saves the last timestamp in a storage.global variable (which could actually be a storage.local variable) and then compares the c...
asked 5 years ago by
updated 5 years ago by
hi i have a small problem in this script you can take appointment auto in web site tlscontact but i need take appointment but without confirmation message take appointment directly // ==UserScript== // @name TLS MOZILA TALI // @namespace Violentmonke...
asked 5 years ago by
updated 5 years ago by
Category: API
Everything runs just fine, then periodically (rarely) I get a series of errors: Script execution resource limit or timeout exceeded What resource limit could I be hitting? Thanks.
asked 5 years ago by
updated 5 years ago by
Category: API
Hi, I can't find the correct syntax to use sendmail function with multiple recipients. Is it possible ? Regards, Jérémie
asked 5 years ago by
updated 4 years ago by
Category: IDE
Hi, I am taking the plunge and plan on taking my first steps into programming, and I think by talking with a few people that Python is a worthy language to learn. I know a lot of people say emacs or even notepad++ is a good editor, but I wanted opini...
asked 5 years ago by
updated 5 years ago by
Category: API
Hi, I’m looking for some help formatting a POST request to Scriptr. I am trying to run using an ESP8266 and eventually ESP32 under the Arduino IDE. I’m good with coding, but have almost no experience with formatting POST requests. If I can get a ...
asked 6 years ago by
updated 6 years ago by
Category: API
I'm trying to use a script in an API.AI Fulfillment (eventually in a Google Assistant Action). The requirements for this seem fairly rigid. https://api.ai/docs/fulfillment#response The response needs to have a certain format: Headers: Content-type: a...
asked 6 years ago by
updated 5 years ago by
I need to replicate functionality from an existing api that has a dynamic url. It grabs a device id. How can I do this with scriptr? Can I convert part of a url to params somehow?
asked 6 years ago by
updated 6 years ago by
Category: API
I'm issuing an http GET request that returns images (PNG, JPG, GIF, etc.). How do I capture this as a binary?