ไม่สามารถเล่นวิดีโอนี้
ขออภัยในความไม่สะดวก

robotgo tutorial - automate your life with go

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ก.ย. 2022
  • This is a tutorial video about robotgo, a desktop automation library for golang. Robotgo lets you control your mouse, keyboard, windows, processes and screens with code. With only a handful of functions, you will be able to automate an incredible amount of your tedious manual tasks that would usually cost yous so much of your valuable time. Only the sky is the limit.
    Github repo:
    github.com/go-vgo/robotgo
    ❤️ SUPPORT MY CHANNEL ❤️
    --------------------------------------------------
    A little support goes a long way!
    Buy me a coffee: www.buymeacoffee.com/thomasla...
    Become a patreon: / thomaslanghorst
    📖 5 Books to skyrocket your career 📖
    ----------------------------------------------------
    THE EXPLANATION VIDEO - • 5 MUST READ Programmin...
    amzn.to/3IahMMh - Automate the boring stuff with python
    amzn.to/3lI4RcM - Head First Design Patterns
    amzn.to/3Ea1KjZ - Extreme Programming Explained
    amzn.to/3k7xhwn - Soft Skills
    amzn.to/3KdEC8n - Clean Code
    🎒 THE GEAR I USE 🎒
    --------------------------------------------------
    💻 Technical Gear
    amzn.to/3Edp4h5 - Apple MacBook Pro M1
    amzn.to/3KmaWFQ - Laptop Bag
    amzn.to/412MNdt - Apple Magic Keyboard
    amzn.to/3jXJ2pb - Mouse (Mac Version)
    amzn.to/3I3umwJ - Mouse (Windows Version)
    amzn.to/3YHVCYD - Mousepad
    amzn.to/3YAoAtj - SSD External Hard Drive
    amzn.to/3Sdj0e7 - SSD Protection Case
    amzn.to/3XDdfr9 - Headphones
    amzn.to/3lJqrgN - USB Hub
    amzn.to/3KamAUo - HDMI to USB
    🎒 Digital Nomad Essential Gear
    amzn.to/3Sdjn8v - Bag
    amzn.to/40ZLyf9 - Bullet Journal
    amzn.to/41130zS - Fineliner Pens
    amzn.to/3YNwUps - French Press / Plunger
    amzn.to/3lI44sk - Mug
    📷 TH-cam Gear
    amzn.to/3k7bTra - Apple Iphone 13 mini (My "camera")
    amzn.to/40ZbdEF - Tripod
    amzn.to/3ZeMlY7 - Lightning to USB adapter for Microphones
    amzn.to/3EdpSCD - Microphone
    amzn.to/3Ee926A - Microphone Pop Protection
    amzn.to/3S2AR7z - Selfie Ring Light
    👋 SOCIAL MEDIA 👋
    ----------------------------------------------------
    @the_langhorst - INSTAGRAM
    @the_langhorst - TWITTER
    @the_langhorst - TIKTOK
    🎶 MUSIC I USED 🎶
    ----------------------------------------------------
    Karl Casey @ White Bat Audio
    • 80s Retrowave / Synthw...
    ‼️ Disclaimers
    The links mentioned in this description may contain affiliate links. I may receive a commission for any purchases made through these links, but there won't be any extra cost for you. I am grateful for your support, as it enables me to keep providing you with valuable content for free.
    #programming #coding #golang

ความคิดเห็น • 14

  • @user-ri7mk9ek6e
    @user-ri7mk9ek6e ปีที่แล้ว

    Thank you. Can't wait for more automation ideas

  • @mirabbos02
    @mirabbos02 ปีที่แล้ว +4

    Awesome tool, really liked it

  • @shawneemepham7001
    @shawneemepham7001 ปีที่แล้ว

    Another great tutorial!

  • @kamalshkeir
    @kamalshkeir ปีที่แล้ว +2

    Hi Thomas, awesome stuff, looking forward for your next videos
    Can you make a tutoriel someday on kago web framework ?

    • @ThomasLanghorst
      @ThomasLanghorst  ปีที่แล้ว +1

      Hey Kamal. Thank you! After my golang beginner series, I will be making some more "smaller" tutorials. And kago is on my list.

  • @jabuci
    @jabuci ปีที่แล้ว +1

    Let's mention pyautogui too! This library was inspired by that.

    • @ThomasLanghorst
      @ThomasLanghorst  ปีที่แล้ว

      Yeah. Actually, a few years ago I used python for automating my things.

  • @BezImieniaTyp
    @BezImieniaTyp ปีที่แล้ว

    robotgo tutorial would be great !

  • @minesgr_447
    @minesgr_447 10 หลายเดือนก่อน

    Well if i wanted to install GCC and build a stack of that i would have used C++, why cant you make it run with only go like it is supposed to be use? otherwise its just what i was looking for. Maybe just because im not a elite go programmer but i really dont see how requireing GCC to include a module in my project is resonable. Is there something i missed?

    • @M-Nah
      @M-Nah 3 หลายเดือนก่อน

      It's beacuse of Cgo. This package using cgo under the hood, why is because low system-level stuff need no garbage collector and is why you need gcc.

  • @CrimsonWatch
    @CrimsonWatch ปีที่แล้ว +1

    Great video, and count me as a vote for a more in-depth tutorial about robotgo! 🤖

    • @ThomasLanghorst
      @ThomasLanghorst  ปีที่แล้ว

      Thank you so much for the comment. Glad you liked my video!