Custom Automation
Scriptable allows users to create custom iOS scripts using JavaScript, enabling automation of tasks and integration with various apps.
Extensive API Access
The app provides extensive access to iOS APIs, allowing users to interact with system functions like calendar, reminders, and files.
Widget Support
Scriptable supports the creation of custom widgets on the iOS home screen, offering personalized information and functionality.
Community and Examples
There is a strong community around Scriptable, with ample examples and shared scripts that help new users get started quickly.
No Need for Developer Account
Users do not need a paid Apple developer account to use Scriptable, making it accessible to a wide range of users.
r/Scriptable is for Scriptable, an automation app for iOS, not scripts in general. Source: almost 2 years ago
This sub is for the Scriptable app which uses Javascript. You can check your script with folks over at r/PowerShell. Source: about 2 years ago
Hi! This subreddit is for Scriptable, an app for iOS automation using JavaScript. It’s not for general-purpose scripting topics like Roblox Studio. I hope another community that focuses on what you’re looking for is able to point you in the right direction! Source: about 2 years ago
If you know some Javascript, Scriptable would be a good use for this. From the same developer as Data Jar. Source: about 2 years ago
This is one of things on my Apollo wish list too. As well as being able to post via Shortcuts. Although I was able to do the latter using Scriptable. Source: over 2 years ago
Hi there! r/Scriptable is for the Scriptable app on iOS. It is not for scripting in the general sense of the term, as those have nothing to do with what this subreddit is about per our description and sidebar. Hope you find what you need elsewhere! Source: over 2 years ago
If you want to go with the JavaScript way of doing this, check out Scriptable. Source: over 2 years ago
Hi there! r/Scriptable is for the Scriptable app on iOS. It is not for general JavaScript development, such as building websites/apps. Best of luck with building this though! Source: over 2 years ago
Have a look at https://scriptable.app/. Source: over 2 years ago
Hey! PoGOEvents is an iOS home screen widget (powered by Scriptable) that displays either current or upcoming events in Pokemon GO. All the data is sourced from LeekDuck.com, and is accessed via ScrapedDuck. Source: almost 3 years ago
Const w = new WebView() w.loadURL('https://scriptable.app',null, true) w.present(). Source: about 3 years ago
I did something similar and had to use the Scriptable app https://scriptable.app/. Source: about 3 years ago
I am so glad to know this exists, thank you! I hacked something similar together using the Scriptable iOS app and local notifications, but this looks much better. Source: about 3 years ago
Install scriptable - https://scriptable.app. Source: over 3 years ago
Scriptable has a WebView class that is much more useful for this kind of thing. It can open a webpage in the background interact with it, all without breaking the continuity of your shortcut or script or involving Safari. Source: over 3 years ago
I want to develop my personal script (with ScriptableApp for iOS - JS ES6) to get datas of my account like Karma, Coins etc. From 'https://www.reddit.com/api/me.json'. I've already add a application as script in prefs/apps. Since days I'm trying to get a token from the access_token api but I got every single time the response: {"message":"Unauthorized","error":401}. I searched in the GitHub Documentation for... Source: over 3 years ago
Use Scriptable for this. Scriptable has a WebView class that can load a webpage and then execute JS on that webpage. So you could:. Source: over 3 years ago
If you need to get both the response and the headers at once, then I suggest using Scriptable for the job. Its Request API is really easy to use (as long as you have a little JavaScript experience), and supports getting both the response body and the rest of the information about the request, including response headers. Source: over 3 years ago
I went through the W3Schools tutorial to get started, though it didn’t end up sticking with me very well. I’ve learned a lot from reading the MDN docs as well—I consider that to be the authoritative source of generic JavaScript documentation. Still, most of my experience came from lots of repetitive exploration in Scriptable, working through syntax errors until my code worked and learning new language features one... Source: over 3 years ago
Sure, it's a widget for the Scriptable app. You need to download it first and then you can download the strava.js (copy and past the raw code) inside. https://scriptable.app. Source: over 3 years ago
Have you looked into to using Scriptable? It’s an iOS app that allows you to create your own widgets using JavaScript. Checkout. /r/scriptable or https://scriptable.app/. Source: almost 4 years ago
Do you know an article comparing Scriptable to other products?
Suggest a link to a post with product alternatives.
This is an informative page about Scriptable. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.