Пікірлер
@hamdanahmed3565
@hamdanahmed3565 20 күн бұрын
Can you do it in java
@travaillecommemoi
@travaillecommemoi 26 күн бұрын
New to ActivePieces and your tutorial really helps hitting the ground running!
@nikahafiz1
@nikahafiz1 26 күн бұрын
hi, would you kindly consider creating a vdo to connect: . google form to notion . notion to power bi ? tks & krgds, -nik
@bhuvvs
@bhuvvs 28 күн бұрын
Hey, I tried this automation with Gmail directly without using notification app as you told in the last that it can be done. I am stuck in flow where I am supposed to get reply as I do not know how to catch the reply in flow using Gmail once I get email. How am I supposed to solve this.
@anoozg9565
@anoozg9565 Ай бұрын
Very cool. json looks way better than normal text format.
@HarishKumar-gw7kf
@HarishKumar-gw7kf Ай бұрын
Is it java what the fun doing here, why your code is so weird
@A09550
@A09550 14 күн бұрын
it is Kotlin, first time I saw it but I could get the idea, thanks for the tutorial!
@petyapetrova9956
@petyapetrova9956 2 ай бұрын
Thanks, can I use this for daily scraping with over 1 million products, may be more?
@surajsharma-jx1nl
@surajsharma-jx1nl 2 ай бұрын
It was sooooo cooooolllll...... Great brother
@muratyayla7060
@muratyayla7060 2 ай бұрын
thanks for great content! maybe it would be better without background music, just a recommendation :)
@seyhaphan7319
@seyhaphan7319 2 ай бұрын
Is rest client for api integration production ready spring boot?
@alexgutjahr
@alexgutjahr 2 ай бұрын
Yes, absolutely, I've been running it in production ever since it was released.
@arajalali
@arajalali 2 ай бұрын
Cool. I love it that you do a no-nonsense explanation. Thank you. Well done.
@alexgutjahr
@alexgutjahr 2 ай бұрын
Thank you so much 🙏
@isEriCafe
@isEriCafe 3 ай бұрын
Is there any way to make this work with the Jakarta.Json library? I have been tryining but the patch.apply doesn't quite work.
@alexgutjahr
@alexgutjahr 2 ай бұрын
I haven't tried it myself just yet, but I assume that there is a way to make it work.
@abdazizcharfi1786
@abdazizcharfi1786 3 ай бұрын
Good job 🥰👏
@alexgutjahr
@alexgutjahr 2 ай бұрын
Thanks, appreciate the kind words! 🙏
@LucasKrauseS
@LucasKrauseS 3 ай бұрын
Cool stuff! I've got to your video as I was having issues with the JarLauncher without the .launch. I am using mvn, and here is the code if anyone is interested :) FROM eclipse-temurin:21-jre-alpine AS builder WORKDIR application ARG JAR_FILE=target/*.jar COPY ${JAR_FILE} application.jar RUN java -Djarmode=layertools -jar application.jar extract FROM eclipse-temurin:21-jre-alpine AS final RUN addgroup -S spring && adduser -S spring -G spring USER spring:spring WORKDIR application COPY --from=builder application/dependencies/ ./ COPY --from=builder application/snapshot-dependencies/ ./ COPY --from=builder application/spring-boot-loader/ ./ COPY --from=builder application/application/ ./ EXPOSE 8080 ENTRYPOINT ["java", "org.springframework.boot.loader.launch.JarLauncher"]
@alexgutjahr
@alexgutjahr 2 ай бұрын
Cool, thanks for sharing that!
@benjamine.ndugga729
@benjamine.ndugga729 3 ай бұрын
I'd love to see how you spin 3 instances and where the 1st one is a leader and the other 2 are workers. Then if the leader dies then another instance is elected to lead
@alexgutjahr
@alexgutjahr 2 ай бұрын
Yeah, I guess I could do a follow-up video here, thanks!
@EasGuardians
@EasGuardians 3 ай бұрын
Oh my god, exactly what I needed! Thanks!!
@ara4503
@ara4503 3 ай бұрын
Hey, thank you for sharing. Just one question: How much does it cost for each request?
@alexgutjahr
@alexgutjahr 2 ай бұрын
That depends on the model you are using and since pricing changes, here is the up-to-date list openai.com/pricing#language-models
@user-jg3mc3ti6w
@user-jg3mc3ti6w 4 ай бұрын
can we track https like api calls made by browser using this , can you attach direct link to github code
@alexgutjahr
@alexgutjahr 2 ай бұрын
This requires the browser to make the requests to mitmproxy and usually this cannot easily be changed. If you want to track requests then the browser developer consoles are usually the best place to start.
@razvannechifor365
@razvannechifor365 4 ай бұрын
I really enjoy your videos. Any idea why when using axios for the requests why does not store the cookie ?
@alexgutjahr
@alexgutjahr 2 ай бұрын
Thanks, and good question, but I have no idea. Maybe ChatGPT has an idea.
@taps73r
@taps73r 4 ай бұрын
Thank you very much
@alexgutjahr
@alexgutjahr 2 ай бұрын
Thank you!
@NarendraChennamsetty
@NarendraChennamsetty 4 ай бұрын
I was racking my brain on this. Thanks for posting this.
@alexgutjahr
@alexgutjahr 2 ай бұрын
Glad it was useful!
4 ай бұрын
Any pointer on what changes would be required when having a login page and (optionally) requesting the otp on the following page ?
@alexgutjahr
@alexgutjahr 2 ай бұрын
That should be doable with the setup I have in the video. The frontend just needs to check for the headers to see if MFA authentication is required.
@user-cx1go4ez2d
@user-cx1go4ez2d 5 ай бұрын
You are best my bro!!
@alexgutjahr
@alexgutjahr 5 ай бұрын
🙌
@nandorholozsnyak7799
@nandorholozsnyak7799 5 ай бұрын
Good video. Zalando's Logbook worth a try: github.com/zalando/logbook Battle tested and ready for a lot of customization. This is always a task that should be handled by a well tested lib as "custom" solutions may not include protections against a lot of security or similar things.
@PatentFinance
@PatentFinance 5 ай бұрын
subscribed!
@alexgutjahr
@alexgutjahr 5 ай бұрын
Thanks!
@Affiliates-Corners
@Affiliates-Corners 5 ай бұрын
I am new to automation, tried Zapier and found it difficult, not to mention too expensive, so I stopped. Now I have Activepieces and would like to use it to create automation for ASANA in order to track every day's activities on autopilot...is this possible?
@alexgutjahr
@alexgutjahr 5 ай бұрын
Most likely, depends on what you would like to achieve in particular.
@user-ib8rv1vr4r
@user-ib8rv1vr4r 5 ай бұрын
3 months later. I need to implement importing files from google drive via oauth2 client in the background for my bachelor's project. And idk how to do this...( Hey I`ve seen that Alex did something with Aouth2 KZfaq API. Oh, this is exactly I needed!
@alexgutjahr
@alexgutjahr 5 ай бұрын
Ha, nice! Hope it all went well!
@blindbyte
@blindbyte 5 ай бұрын
I guess this doesn't work properly. If you consume the body input stream within the response logging method, it will fail if trying to consume the body later on. At least I couldn't figure out how to reset the input stream to the beginning. In your example, you use bodiless() on the client so no body consuming in the app.
@alexgutjahr
@alexgutjahr 5 ай бұрын
Good catch, you are right! Without having checked this in depth now, I suspect it could work with the same approach that I have discussed here kzfaq.info/get/bejne/a9qEo5acvJa9aIE.html essentially caching the response.
@michaelvosberg3276
@michaelvosberg3276 5 ай бұрын
Great video. Super smooth to follow the steps and learn a lot. Looking forward to some more AP-stuff. Schöne Grüße
@alexgutjahr
@alexgutjahr 5 ай бұрын
Happy to hear that, thanks!
@mattcraike
@mattcraike 6 ай бұрын
Hey this video is great! Would love to see some more Activepiece demos as I recently signed up - just subscribed so hopefully you have some more demos coming out soon! Thanks mate
@alexgutjahr
@alexgutjahr 5 ай бұрын
Thanks for the feedback, appreciate it!
@aminizrizar2338
@aminizrizar2338 6 ай бұрын
Another amazing one! But I get an error when testing ntfy "Invalid URL" what do you think is the problem? check this if correct please: action= http,Yes,2. Create Approval Links approvalLink; http,Noyet,2. Create Approval Links disapprovalLink
@simonsuperstar6921
@simonsuperstar6921 6 ай бұрын
Alex - frohes Neues! Entweder wurde mein letzter Post gelöscht oder ich habe ihn vergessen abzuschicken. =) However.. Great Intro again. Supercool! Super clear, not to fast and very detailed. Super cool also for newbies newbie+ =) Would defently love to see more stuff about working with API, Activiepieces and automation usecases in general. Maybe this could be a new format series. Some first ideas from my side: Create a new piece by using API resources How to work with API resources in Activepieces (Examples for the single Methods GET, POST, usw..) Send Youtrack (Jetbrains) Updates as notification to a messenger (by using Activepieces, API) or Store the datas anywhere else Intro ob best case using of some Core-Features in Activpieces as like "Loop", "HTTP Requests" or "Data Mapper" Core-Function. Feel free to contact me if you want some more deeper insights or more details to some ideas... Cheers Sim
@alexgutjahr
@alexgutjahr 6 ай бұрын
Dankeschön 🙌
@folcholm
@folcholm 6 ай бұрын
Awesome !
@goranm
@goranm 6 ай бұрын
Amazing video. Thanks.
@alexgutjahr
@alexgutjahr 6 ай бұрын
Thanks, glad you like it!
@user-tg5if8lb5v
@user-tg5if8lb5v 6 ай бұрын
You are cool!
@alexgutjahr
@alexgutjahr 6 ай бұрын
No, you are cool!
@TutorialStation
@TutorialStation 6 ай бұрын
How is the IDE working? I mean you get recommendation for code. Is this a plugin?
@alexgutjahr
@alexgutjahr 6 ай бұрын
Jep, that is GitHub Copilot.
@aminizrizar2338
@aminizrizar2338 6 ай бұрын
Very nice automation, I tested but the problem is when you have a file large than 4mb, you can't do that. Can you share any helpful tips to avoid this issue?
@alexgutjahr
@alexgutjahr 6 ай бұрын
I think the official limit is 25 MB, so anything below that should work. Maybe just give it another try, or raise an issue at the Activepieces community for further evaluation.
@aminizrizar2338
@aminizrizar2338 6 ай бұрын
Thank you! We are waiting for another cool automation!@@alexgutjahr
@chovon
@chovon 6 ай бұрын
hi Can you tell me the software that displays keyboard keys?
@alexgutjahr
@alexgutjahr 6 ай бұрын
Hey there, I used to use Keystroke Pro for a long time, but at some point switched to CleanShot X which has these integrated during recording.
@januszkozlowski1117
@januszkozlowski1117 6 ай бұрын
I liek the way you explain activepieces with a specific topic I am interested as well. thank you.
@alexgutjahr
@alexgutjahr 6 ай бұрын
Glad it was helpful!
@harisahmad7871
@harisahmad7871 6 ай бұрын
Great video, can you do one video on anonymous user and using cookies to save the user's session details such as a shopping cart
@alexgutjahr
@alexgutjahr 6 ай бұрын
Sure thing, thanks for the feedback!
@pjl-software
@pjl-software 7 ай бұрын
Thanks buddy!
@alexgutjahr
@alexgutjahr 7 ай бұрын
🙌
@user-xt4gl3ru5m
@user-xt4gl3ru5m 7 ай бұрын
Hi Can you please tell me how to do this in java springboot not in kotlin?
@alexgutjahr
@alexgutjahr 6 ай бұрын
Unfortunately not since I focus on Kotlin here - but I made the code available, so if you use that and ask ChatGPT or Copilot to rewrite the code to Java you should get a decent solution.
@user-xt4gl3ru5m
@user-xt4gl3ru5m 6 ай бұрын
@@alexgutjahr ok, Thanks for replying
@VLADICA94KG
@VLADICA94KG 7 ай бұрын
Thanks for the great review! Could you create a video on how you setup your terminal? It looks very clean and useful. Thanks
@alexgutjahr
@alexgutjahr 6 ай бұрын
Sure, will do at some point.
@AGAGARCIA
@AGAGARCIA 7 ай бұрын
Excellent video tutorial. Thanks for sharing with us. It is a pleasure to watch your videos because of the clarity, precision of your explanations and knowledge on the subject.
@alexgutjahr
@alexgutjahr 7 ай бұрын
Thank you so much for the kind words! 🙏
@KwangHoSong
@KwangHoSong 7 ай бұрын
what is your keyboard model?
@alexgutjahr
@alexgutjahr 7 ай бұрын
These days it is the Keychron K7 Pro.
@olehkolomoiets4452
@olehkolomoiets4452 7 ай бұрын
It works! Thanks a lot dude
@JonBrookes
@JonBrookes 7 ай бұрын
I thought I'd subscribed to your channel but had not, so now I have done so this is an excellent video and I am very very very interested in active pieces, open ai, and all the things that are LLM and that but hey, who isnt on the ai side of things at least right now ? your coverage on the youtube integration is just what I need right now as oft peoples posting new videos that I am interested in get lost by youtube in my stream and I've been looking for a convenient way of bypassing the buggy algorithm and here it is thank your for this extremely useful content
@alexgutjahr
@alexgutjahr 7 ай бұрын
Thanks so much, Jon! Glad it reasonated!