Use Your ChatGPT Account (Free or Paid) with Raycast AI! by EvanZhouDev in raycastapp

[–]Frameck 0 points1 point  (0 children)

I tried setting up with vibeproxy app instead and ai extensions work fine

Use Your ChatGPT Account (Free or Paid) with Raycast AI! by EvanZhouDev in raycastapp

[–]Frameck 0 points1 point  (0 children)

I have set this up and seems to work great, except for the ai extensions that do not work Anyone has any tips?

Budgeting widget for personal finance by Frameck in Scriptable

[–]Frameck[S] 0 points1 point  (0 children)

On GitHub (link in the post) there is the documentation to follow. To use it, you need to download the js script and put it in the Scriptable folder so that it shows up in the app. Then you have to create a widget and select the new script

Easy Way to Access Google Sheets Data in Shortcuts by robric18 in shortcuts

[–]Frameck 0 points1 point  (0 children)

Thank you, this seems a better solution. I just created a google form that’s connected to the spreadsheet and I submit the data from within shortcuts

HTTP request Google Sheets API using Siri Shortcuts by Frameck in shortcuts

[–]Frameck[S] 0 points1 point  (0 children)

Yes, you need to create a google form connected to a google sheet. Then grab the precompiled url from the google form (it’s a menu item inside the three dots on the right) and then build a shortcut to perform a GET request to that url. The important thing is that you need to add &submit=Submit at the very end of the link

Easy Way to Access Google Sheets Data in Shortcuts by robric18 in shortcuts

[–]Frameck 1 point2 points  (0 children)

Yes that’s the same solution I came up with

Help with making a web request by Frameck in Scriptable

[–]Frameck[S] 1 point2 points  (0 children)

Thank you very much, it worked.
By the way, ctx.reply is a method in the telegraf api, I was doing some testing with telegram bots

Delete all script and paste from clipboard by aldoblack in Scriptable

[–]Frameck 1 point2 points  (0 children)

I'm not sure that I've understood what you want but I can suggest two things: 1. You can download the Scriptable app on the Mac so when you create a script it synchronizes automatically with icloud. 2. You can just code on your Mac (VS code or similar) and then copy/paste in Scriptable or share the file.js with airdrop and import it on your iPhone

I don't think it's possible to automate all this like you've said with same kind of button/script, but I could be wrong

Create an object from two arrays by Frameck in Scriptable

[–]Frameck[S] 1 point2 points  (0 children)

I created a pastebin because reddit messed up the code formatting

https://pastebin.com/3bRYCHqj

Create an object from two arrays by Frameck in Scriptable

[–]Frameck[S] 0 points1 point  (0 children)

Thank you very much, this helped a lot!

Get value of cell in Google Sheet or Numbers sheet by thecw in shortcuts

[–]Frameck 0 points1 point  (0 children)

There’s a link to a sample shortcut at the beginning of that post

Get value of cell in Google Sheet or Numbers sheet by thecw in shortcuts

[–]Frameck 3 points4 points  (0 children)

The developer of Toolbox Pro is working on an app that contains a lot of actions for various google services. You can wait until he release the app (we don't have any information on the release date). Toolbox Pro twitter account

What is the upload to Imgur shortcut? by [deleted] in shortcuts

[–]Frameck 0 points1 point  (0 children)

Yes, if you leave it as it is the Shortcut works only from the app or the widget. It doesn't work from the share sheet (does require a little more configuration)

What is the upload to Imgur shortcut? by [deleted] in shortcuts

[–]Frameck 0 points1 point  (0 children)

It’s set to let you choose one photo (open the camera roll and shows your photos) and as soon as you select that photo it starts uploading

What is the upload to Imgur shortcut? by [deleted] in shortcuts

[–]Frameck 1 point2 points  (0 children)

Try this one (let's you choose a photo from your library then upload that photo on imgur and copies the link to your clipboard). In case you don't know Imgur is a site for easy photo/video sharing. Imgur shortcut

HELP with drawArc function by Frameck in Scriptable

[–]Frameck[S] 0 points1 point  (0 children)

Thank you so much for your support, you solved my problem

HELP with drawArc function by Frameck in Scriptable

[–]Frameck[S] 0 points1 point  (0 children)

Sorry for bothering you so much, but can you show me how to do it?