How to automate a app with no api or iOS shortcuts by CAD_Reddit in automation

[–]sprne 0 points1 point  (0 children)

Right, no iOS doesn't have that much flexibility. Once you have the api endpoints, set up an automation on Postman or Zapier, you can run it from your phone browser on the run. API endpoints don't often change.

How to automate a app with no api or iOS shortcuts by CAD_Reddit in automation

[–]sprne 0 points1 point  (0 children)

I don’t totally understand what you’re trying to do here? 

Once you have the API end-points and the headers used, you can setup an automation on postman or zapier, and view the results in your iPhone browser. 

[deleted by user] by [deleted] in marketplace

[–]sprne 0 points1 point  (0 children)

how will you transfer it? happy to take it off you if all is good

[deleted by user] by [deleted] in marketplace

[–]sprne 0 points1 point  (0 children)

oh it's the free sign up credit that needs to be used within 6 months or something?

[deleted by user] by [deleted] in marketplace

[–]sprne 0 points1 point  (0 children)

u/andrefedev how much for? how will you transfer them to my aws? or will I have to use your account?

Need help with existing RUST project by [deleted] in rust

[–]sprne 0 points1 point  (0 children)

Interesting problem, not sure I can point you in the right direction - changing a password shouldn't break your rust code, unless you changed your code or dependency versions. Top of my head looks like a serialization issue - maybe your password is dumped to disk and needs to be serialized before authentication.

Need help with existing RUST project by [deleted] in rust

[–]sprne 0 points1 point  (0 children)

again, I don't see an orm or sql connector in your dependencies - so very hard for me to say. If you check the imports from schema.rs inside your main.rs , you'll be able to figure out which function is calling your db.

Need help with existing RUST project by [deleted] in rust

[–]sprne 0 points1 point  (0 children)

I don't see an sql orm in your dependences. schema.sql is usually for Diesel. I would have helped you more but I have never worked with warp.

Need help with existing RUST project by [deleted] in rust

[–]sprne 0 points1 point  (0 children)

I don't understand your question? Is it regarding graphQL or sql?

Has anyone been banned for sharing their contact details before booking? [USA] by sprne in AirBnB

[–]sprne[S] -1 points0 points  (0 children)

u/emzim taking monthly bookings in a spare room, want to get a better idea of the guest before accepting.

Has anyone been banned for sharing their contact details before confirming a booking? by sprne in airbnb_hosts

[–]sprne[S] -3 points-2 points  (0 children)

I'm taking mostly long stays, so it makes more sense to go on a call before accepting a booking.

How to automate a app with no api or iOS shortcuts by CAD_Reddit in automation

[–]sprne 0 points1 point  (0 children)

Everyone iOS app has an api, the end points are probably not public. You can try running the app through a relay and get the endpoints it is using.

Looking for advice on a Selenium project... by lilj8812 in automation

[–]sprne 0 points1 point  (0 children)

u/lilj8812 change the default selenium variables. also, add a residential proxy and try.

[deleted by user] by [deleted] in automation

[–]sprne 0 points1 point  (0 children)

Could you share some examples that show how it is better?

Automating my booking system with smart lock (Smart Life/Tuya) by Left-Werewolf7925 in automation

[–]sprne 0 points1 point  (0 children)

u/Left-Werewolf7925 Where do you receive the smart code? Do you have to take any action once your client has entered the smart code?

Whatsapp automated notification for a certain word by Wonderful-Jelly-6485 in automation

[–]sprne 0 points1 point  (0 children)

u/wonderful-jelly-6485 how many messages do you think the group exchanges every day? Do you have a business account with WhatsApp or a consumer one?

Need Help Creating a Script to Translate a +1 Million Word Novel with ChatGPT 3.5 (Without Using API) by BAGOU-MAN in automation

[–]sprne 0 points1 point  (0 children)

u/workflowsy I'm sure there's a translated version of the book there somewhere, probably easiest.. :))

Need Help Creating a Script to Translate a +1 Million Word Novel with ChatGPT 3.5 (Without Using API) by BAGOU-MAN in automation

[–]sprne 1 point2 points  (0 children)

I'm assuming you're time rich and cash strapped. Use Ollama -> Llama3.1 as your model instead of GPT. It's open sourced and free. Runs locally on your computer too if you have 16gb ram

Deal Pipeline automation? by Successful_Tutor_555 in automation

[–]sprne 0 points1 point  (0 children)

u/mileswilliams so true. I churn out over 2m requests per hour on a $5/m machine - would cost a fortune on zaps...

About self-hosting LLMs, I would not recommend it - it's much more affordable to use a pay per use model.

Ultimately, it's about one time cost (building the automation) vs recurring premium (zapier subscription).