Open source RPA - Tag UI Webinar

Поділитися
Вставка
  • Опубліковано 29 сер 2024
  • Open source RPA - Tag UI Demos: Modify MS template & email, Email forex rates, Order Groceries, Hindi RPA, Python RPA
    - Human readable code which can be done in 20 languages
    - Screen-based automation possible using computer vision
    - Basic and Pro UI step commands - there is a cheat sheet
    - Can integrate with AI/ML using API calls, Python
    - For specific requirements, Javascript, XPath, HTML is required
    - Live step for development and debugging. See outputs as you type
    - Installation: Just unpack and run
    Read more about TagUI: nandan.info/op...
    Read more about Open-source RPA tools here: nandan.info/to...
    Here are the resources for TagUI:
    Official resources
    TagUI homepage - makerspace.ais...
    TagUI GitHub page - github.com/kel...
    Demo videos - github.com/aim...
    Community contributions
    TagUI Editor - github.com/ade...
    RPA for Python - github.com/teb...
    Moxie RPA - moxierpa.com (free and closed-source)
    Presentation videos:
    Talk on TagUI RPA - • Automating processes u...
    Talk on RPA for Python - • Digital process automa...

КОМЕНТАРІ • 6

  • @BotNirvana
    @BotNirvana  3 роки тому +1

    Hello everyone, Please do consider hitting that like button, comment, share and subscribe, if you appreciate what we do here, so this channel can grow. Thank you very much!
    Join our Telegram to meet automation professionals from around the globe. t.me/joinchat/j6509GEu9DRiMmMx

  • @patilvarsha9267
    @patilvarsha9267 4 роки тому +4

    Looking forward for more sessions like these. As a BA, this has surely enhanced my knowledge and expanded by Bot's horizon..Good work 👏

  • @kensoh
    @kensoh 4 роки тому +4

    Q&A through webinar chat box -
    Ankur Kochhar: Since it is using OpenCV etc, does it need Python/Tensorflow installed?
    Yisheng Siow: Nope. It runs OpenCV through SikuliX, which is packaged with TagUI.
    Ankur Kochhar: Where can we learn how to use TagUI and syntax etc?
    Yisheng Siow: The GitHub readme would be the best place for now but we're doing a major upgrade of the docs within the next week or so. github.com/kelaberetiv/TagUI
    K. Sabih: Why would you prefer TagUI to UIPath?
    Nandan Mullakara: Choose the right tool for your needs. TagUI is another option which is Open Source and uses Human readable language.
    Yisheng Siow: TagUI is better at working with the DOM if you are working with websites. It's also cross-platform.
    Ankur Kochhar: Cross platform is great actually.
    Mohammad Idrees: Can we schedule the TagUI bot like we do in UiPath through Orchestrator?
    Yisheng Siow: Yup. We outline how to do this in the new docs through windows scheduler. A more advanced orchestrator is coming in the pipeline later this year.
    Mohammad Idrees: Okay, would that be open source as well?
    Yisheng Siow: Yes the orchestrator will also be open source. All of TagUI will be open source.
    Ankur Kochhar: What is the database needed for TagUI... For all the audits etc
    Yisheng Siow: TagUI saves audit reports in csv format.
    Ankur Kochhar: So it doesn’t have any DB like SQL Server or PostgreSQL.. Like most RPA tools.
    Yisheng Siow: That's correct.
    Mohammad Idrees: Can we automate SAP browser version using TagUI?
    Yisheng Siow: Yes you can automate SAP on the browser.
    Ankur Kochhar: RPA for Python looks great... Would it be available in PyCharm?
    Yisheng Siow: You can write RPA for Python in PyCharm.
    Ankur Kochhar: Sure... I was actually checking about the availability of the library in PyCharm. Just checked... It is available… Thanks.
    Yisheng Siow: Ah yup RPA for Python is on PyPI and is available for use in PyCharm via pip. Also, using the keyboard to navigate between inputs is very useful.
    Ankur Kochhar: Wanted to check, if I use RPA for Python, would I have all the TagUI functionality?
    Yisheng Siow: Good question. RPA for Python does not have the full functionality of TagUI. It also has its own added functionality on top of TagUI. So it has all the core features of TagUI, together with some of its own features.

    • @BotNirvana
      @BotNirvana  4 роки тому +1

      Ken Soh Thanks for addressing them here.

  • @VijayKumar-fe4sw
    @VijayKumar-fe4sw 3 роки тому +1

    Hello,
    Can we use TagUI with Docker?

    • @BotNirvana
      @BotNirvana  3 роки тому

      Here is reply from Ken @Tagui
      Yes, here's a working Docker image for TagUI and RPA for Python (Python version of TagUI) - hub.docker.com/r/openiap/nodered-tagui
      This is the Docker file for above image - github.com/open-rpa/openflow/blob/master/OpenFlowNodeRED/Dockerfiletagui
      This is a working example running TagUI on Google Colab (Ubuntu Linux) -
      colab.research.google.com/drive/1RimeT6-u6_nCyLAFJ0Aq9OvRaEg2UPrg?usp=sharing
      This is a working example running RPA for Python on Google Colab (Ubuntu Linux) -colab.research.google.com/drive/13bQO6G_hzE1teX35a3NZ4T5K-ICFFdB5?usp=sharing