nazieb / scriptables

Collection of my personal Scriptable scripts

Home Page:http://nazieb.github.io/scriptables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nazieb's Scriptables Scripts

Scriptable is an iOS app that allows you to create custom automation for your iOS devices using JavaScript.

It provides integrations to a lot of native features of iOS such as file manager, calendars and widgets so you can build almost everything you can think of. It is similar to the iOS Siri Shortcut, but instead of having to use that clunky no-code UI, you get a nice little code editor that allows you to write raw script using latest ECMAScript version.

Each Scriptable scripts can be shared (they also have built-in Gallery), and this repository will be used to show some scripts that I made. If you find it useful, you can follow the instruction to download it and use it on your iOS devices.

Prerequisite

  • The scripts can only be run on iOS devices
  • The device must have Scriptable app installed

Script Installation

  • Tap the script's download link using your iOS device
  • When the download is complete, open the file and choose Scriptable app to do it
  • After the Scriptable app opens and shows you the script, tap the "Add to My Scripts" button

List of the Scripts

Send WhatsApp Message

Download

This script is useful to send WhatsApp messages to an unknown number without the needs to add it to you contact list first.

To use the script, you can open it in the Scriptable app or by hold the Scriptable icon on home page where the button will show as Home Screen Action. Either way, a pop-up box will show up where you can input the phone number that you want to contact.

Remove Screenshots

Download

This script is useful if you want to delete a lot of screenshots so it won't mess your photo gallery. To use the script, you can open it in the Scriptable app or by hold the Scriptable icon on home page where the button will show as Home Screen Action.

License

All scripts are released under MIT license.

About

Collection of my personal Scriptable scripts

http://nazieb.github.io/scriptables


Languages

Language:JavaScript 78.7%Language:HTML 21.3%